Skip to content

Commit 1dbedad

Browse files
committed
gbn: increase defaultResendTimeout to 1 seconds
1 parent 6bb7b94 commit 1dbedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbn/timeout_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
defaultHandshakeTimeout = 100 * time.Millisecond
11-
defaultResendTimeout = 100 * time.Millisecond
11+
defaultResendTimeout = 1000 * time.Millisecond
1212
finSendTimeout = 1000 * time.Millisecond
1313
defaultResendMultiplier = 5
1414
DefaultSendTimeout = math.MaxInt64

0 commit comments

Comments
 (0)