Skip to content

Commit

Permalink
Add an implementation tip
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 25, 2020
1 parent d02b6a0 commit 58b1411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,8 @@ InPersistentCongestion(lost_packets):

// Find the duration of the largest contiguous set of lost
// packets that starts and ends with an ack-eliciting packet.
// Note: Indexing pc_lost by time_sent rather than packet
// number might simplify implementation.
pc_duration = FindLargestLossPeriod(pc_lost)

// Declare persistent congestion if these packets span
Expand Down

0 comments on commit 58b1411

Please sign in to comment.