Skip to content

Commit

Permalink
gbn: increase defaultResendTimeout to 1 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Nov 15, 2023
1 parent b0209dc commit 9471487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbn/timeout_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
defaultHandshakeTimeout = 100 * time.Millisecond
defaultResendTimeout = 100 * time.Millisecond
defaultResendTimeout = 1000 * time.Millisecond
finSendTimeout = 1000 * time.Millisecond
defaultResendMultiplier = 5
DefaultSendTimeout = math.MaxInt64
Expand Down

0 comments on commit 9471487

Please sign in to comment.