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 b4b5900 commit 66cc660Copy full SHA for 66cc660
gbn/timeout_manager.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const (
10
- defaultHandshakeTimeout = 100 * time.Millisecond
+ defaultHandshakeTimeout = 1000 * time.Millisecond
11
defaultResendTimeout = 1000 * time.Millisecond
12
finSendTimeout = 1000 * time.Millisecond
13
defaultResendMultiplier = 5
0 commit comments