diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-03-11 14:01:41 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-03-11 13:19:32 +0000 |
commit | 642ac16179e8a041f37d749f5bf72512f76fcfae (patch) | |
tree | f33139bfa553226b161a143ecda56df92ed6d327 /libtransport/includes | |
parent | 23657bc8a770734a74f73f6d07075130a366ef00 (diff) |
[HICN-545] Do not schedule callbacks during segmentation in a per packet basis.
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Change-Id: I1531a1fe1d1fa51bb45edab20ee449faa34847c3
Diffstat (limited to 'libtransport/includes')
-rw-r--r-- | libtransport/includes/hicn/transport/interfaces/socket_options_keys.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |