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 8b21c76 commit d924596Copy full SHA for d924596
gbn/timeout_manager.go
@@ -9,9 +9,9 @@ import (
9
)
10
11
const (
12
- defaultHandshakeTimeout = 100 * time.Millisecond
13
- defaultResendTimeout = 100 * time.Millisecond
14
- minimumResendTimeout = 100 * time.Millisecond
+ defaultHandshakeTimeout = 1000 * time.Millisecond
+ defaultResendTimeout = 1000 * time.Millisecond
+ minimumResendTimeout = 1000 * time.Millisecond
15
defaultFinSendTimeout = 1000 * time.Millisecond
16
defaultResendMultiplier = 5
17
defaultTimeoutUpdateFrequency = 100
0 commit comments