From 642ac16179e8a041f37d749f5bf72512f76fcfae Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 11 Mar 2020 14:01:41 +0100 Subject: [HICN-545] Do not schedule callbacks during segmentation in a per packet basis. Signed-off-by: Mauro Sardara Change-Id: I1531a1fe1d1fa51bb45edab20ee449faa34847c3 --- libtransport/includes/hicn/transport/interfaces/socket_options_keys.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libtransport/includes') diff --git a/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h b/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h index 7910a4422..0b7a79c3d 100644 --- a/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h +++ b/libtransport/includes/hicn/transport/interfaces/socket_options_keys.h @@ -94,7 +94,6 @@ typedef enum { CACHE_HIT = 506, CACHE_MISS = 508, NEW_CONTENT_OBJECT = 509, - CONTENT_OBJECT_SIGN = 513, CONTENT_OBJECT_READY = 510, CONTENT_OBJECT_OUTPUT = 511, CONTENT_PRODUCED = 512, -- cgit 1.2.3-korg