Skip to content

Commit 3080033

Browse files
committed
btl/usnic: set retrans_timeout back down to 5ms
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 132e4ca commit 3080033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_mca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ int opal_btl_usnic_component_register(void)
246246
mca_btl_usnic_component.udp_port_base = (int) udp_port_base;
247247

248248
CHECK(reg_int("retrans_timeout", "Number of microseconds before retransmitting a frame",
249-
100000, &mca_btl_usnic_component.retrans_timeout,
249+
5000, &mca_btl_usnic_component.retrans_timeout,
250250
REGINT_GE_ONE, OPAL_INFO_LVL_5));
251251

252252
CHECK(reg_int("max_resends_per_iteration", "Maximum number of frames to resend in a single iteration through usNIC component progress",

0 commit comments

Comments
 (0)