Skip to content

Commit 6f87bfa

Browse files
committed
gbn: increase defaultHandshakeTimeout to 1 second
1 parent 1dbedad commit 6f87bfa

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
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
defaultHandshakeTimeout = 100 * time.Millisecond
10+
defaultHandshakeTimeout = 1000 * time.Millisecond
1111
defaultResendTimeout = 1000 * time.Millisecond
1212
finSendTimeout = 1000 * time.Millisecond
1313
defaultResendMultiplier = 5

0 commit comments

Comments
 (0)