diff options
Diffstat (limited to 'icnet/transport')
-rw-r--r-- | icnet/transport/icnet_transport_socket_options_default_values.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icnet/transport/icnet_transport_socket_options_default_values.h b/icnet/transport/icnet_transport_socket_options_default_values.h index 6214fc96..3589c131 100644 --- a/icnet/transport/icnet_transport_socket_options_default_values.h +++ b/icnet/transport/icnet_transport_socket_options_default_values.h @@ -22,7 +22,7 @@ namespace transport { namespace default_values { -const int interest_lifetime = 1000; // milliseconds +const int interest_lifetime = 1001; // milliseconds const int content_object_expiry_time = 50000; // milliseconds -> 50 seconds const int content_object_packet_size = 1500; // The ethernet MTU const int producer_socket_input_buffer_size = 150000; // Interests |