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 d10b72b commit 95cb429Copy full SHA for 95cb429
gbn/timeout_manager.go
@@ -7,9 +7,9 @@ import (
7
)
8
9
const (
10
- defaultHandshakeTimeout = 100 * time.Millisecond
11
- defaultResendTimeout = 100 * time.Millisecond
12
- minimumResendTimeout = 100 * time.Millisecond
+ defaultHandshakeTimeout = 1000 * time.Millisecond
+ defaultResendTimeout = 1000 * time.Millisecond
+ minimumResendTimeout = 1000 * time.Millisecond
13
defaultFinSendTimeout = 1000 * time.Millisecond
14
defaultResendMultiplier = 5
15
DefaultSendTimeout = math.MaxInt64
0 commit comments