File tree 1 file changed +3
-3
lines changed
src/cpp/rtps/builtin/discovery/endpoint
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ namespace rtps {
56
56
57
57
// Default configuration values for EDP entities.
58
58
static const dds::Duration_t edp_heartbeat_period{1 , 0 }; // 1 second
59
- static const dds::Duration_t edp_nack_response_delay{0 , 100 * 1000 }; // 100 milliseconds
60
- static const dds::Duration_t edp_nack_supression_duration{0 , 10 * 1000 }; // 10 milliseconds
61
- static const dds::Duration_t edp_heartbeat_response_delay{0 , 10 * 1000 }; // 10 milliseconds
59
+ static const dds::Duration_t edp_nack_response_delay{0 , 100 * 1000000 }; // 100 milliseconds
60
+ static const dds::Duration_t edp_nack_supression_duration{0 , 10 * 1000000 }; // 10 milliseconds
61
+ static const dds::Duration_t edp_heartbeat_response_delay{0 , 10 * 1000000 }; // 10 milliseconds
62
62
63
63
static const int32_t edp_reader_initial_reserved_caches = 1 ;
64
64
static const int32_t edp_writer_initial_reserved_caches = 20 ;
You can’t perform that action at this time.
0 commit comments