diff options
Diffstat (limited to 'icnet/transport/icnet_socket_options_default_values.h')
-rw-r--r-- | icnet/transport/icnet_socket_options_default_values.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icnet/transport/icnet_socket_options_default_values.h b/icnet/transport/icnet_socket_options_default_values.h index 0f830a54..4f6d68e9 100644 --- a/icnet/transport/icnet_socket_options_default_values.h +++ b/icnet/transport/icnet_socket_options_default_values.h @@ -25,7 +25,7 @@ const int content_object_expiry_time = 50000; // milliseconds -> 5 const int content_object_packet_size = 1500; // The ethernet MTU const int producer_socket_input_buffer_size = 150000; // Interests const int producer_socket_output_buffer_size = 150000; // Content Object -const int default_buffer_size = 8096 * 8096 * 2; +const int default_buffer_size = 8096 * 8 * 2; const int signature_size = 260; // bytes const int key_locator_size = 60; // bytes const int limit_guard = 80; // bytes |