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 6204394 commit 6dcd8b8Copy full SHA for 6dcd8b8
gbn/timeout_manager.go
@@ -8,7 +8,7 @@ import (
8
9
const (
10
defaultHandshakeTimeout = 100 * time.Millisecond
11
- defaultResendTimeout = 100 * time.Millisecond
+ defaultResendTimeout = 1000 * time.Millisecond
12
finSendTimeout = 1000 * time.Millisecond
13
defaultResendMultiplier = 5
14
DefaultSendTimeout = math.MaxInt64
0 commit comments