We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132e4ca commit 3080033Copy full SHA for 3080033
opal/mca/btl/usnic/btl_usnic_mca.c
@@ -246,7 +246,7 @@ int opal_btl_usnic_component_register(void)
246
mca_btl_usnic_component.udp_port_base = (int) udp_port_base;
247
248
CHECK(reg_int("retrans_timeout", "Number of microseconds before retransmitting a frame",
249
- 100000, &mca_btl_usnic_component.retrans_timeout,
+ 5000, &mca_btl_usnic_component.retrans_timeout,
250
REGINT_GE_ONE, OPAL_INFO_LVL_5));
251
252
CHECK(reg_int("max_resends_per_iteration", "Maximum number of frames to resend in a single iteration through usNIC component progress",
0 commit comments