Skip to content

Commit

Permalink
gbn: increase defaultHandshakeTimeout to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed Nov 15, 2023
1 parent d7c3a70 commit fcc81ed
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 @@ -7,7 +7,7 @@ import (
)

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

0 comments on commit fcc81ed

Please sign in to comment.