Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jan 29, 2024
1 parent 80adb95 commit ba94049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reliabletransport/packets.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (seq inflightSequence) nearestDeadlineTo(t time.Time) time.Time {
return timeout
}

// readyToSend eturns the subset of this sequence that has a expired deadline or
// readyToSend returns the subset of this sequence that has a expired deadline or
// is suitable for fast retransmission.
func (seq inflightSequence) readyToSend(t time.Time) inflightSequence {
expired := make([]*inFlightPacket, 0)
Expand Down

0 comments on commit ba94049

Please sign in to comment.