summaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/interfaces/socket_options_default_values.h
diff options
context:
space:
mode:
authorMichele Papalini <micpapal@cisco.com>2019-10-22 10:00:39 +0000
committerGerrit Code Review <gerrit@fd.io>2019-10-22 10:00:39 +0000
commitc37f17534d4f7eaab692a5ffb252858d48358679 (patch)
treefb128fe2d59ef551016a4d063fee13762856000b /libtransport/src/hicn/transport/interfaces/socket_options_default_values.h
parent49b9891dc32ea1fbd0af4711a200b425c7482da0 (diff)
parent755c6833ae2d2eee87e80ed3b84c75e968f48c46 (diff)
Merge "[HICN-328] Reworking setSocketOption and getSocketOption to be thread-safe"
Diffstat (limited to 'libtransport/src/hicn/transport/interfaces/socket_options_default_values.h')
-rw-r--r--libtransport/src/hicn/transport/interfaces/socket_options_default_values.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libtransport/src/hicn/transport/interfaces/socket_options_default_values.h b/libtransport/src/hicn/transport/interfaces/socket_options_default_values.h
index 13029e83a..bcf103b8c 100644
--- a/libtransport/src/hicn/transport/interfaces/socket_options_default_values.h
+++ b/libtransport/src/hicn/transport/interfaces/socket_options_default_values.h
@@ -31,8 +31,6 @@ static constexpr uint32_t content_object_expiry_time =
never_expire_time; // milliseconds -> 50 seconds
static constexpr uint32_t content_object_packet_size =
1500; // The ethernet MTU
-static constexpr uint32_t producer_socket_input_buffer_size =
- 150000; // Interests
static constexpr uint32_t producer_socket_output_buffer_size =
150000; // Content Object
static constexpr uint32_t log_2_default_buffer_size = 12;