Skip to content

Commit 3d5c527

Browse files
committed
btl/usnic: set retrans_timeout back down to 5ms
Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 3080033)
1 parent 8a4ccc3 commit 3d5c527

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
@@ -257,7 +257,7 @@ int opal_btl_usnic_component_register(void)
257257
mca_btl_usnic_component.udp_port_base = (int) udp_port_base;
258258

259259
CHECK(reg_int("retrans_timeout", "Number of microseconds before retransmitting a frame",
260-
100000, &mca_btl_usnic_component.retrans_timeout,
260+
5000, &mca_btl_usnic_component.retrans_timeout,
261261
REGINT_GE_ONE, OPAL_INFO_LVL_5));
262262

263263
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)