Skip to content

Commit

Permalink
Update internal/reliabletransport/sender.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Feb 2, 2024
1 parent a4d82d4 commit 815cf6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/reliabletransport/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (

var (
// how long to wait for possible outgoing packets before sending a pending ACK as its own packet.
//
// We experimentally determined that this seems what OpenVPN does.
gracePeriodForOutgoingACKs = time.Millisecond * 20
)

Expand Down

0 comments on commit 815cf6e

Please sign in to comment.