Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jul 15, 2018
1 parent dcba32d commit 5432507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@ detecting loss. Implementers MAY use algorithms developed for TCP, such as
TCP-NCR {{?RFC4653}}, to improve QUIC's reordering resilience.

QUIC implementations can use time-based loss detection to handle reordering
based on time elapsed since the packet was sent, instead of a packet reordering
threshold. The RECOMMENDED time threshold, expressed as a fraction of the
based on time elapsed since the packet was sent. This may be used either as
a replacement for a packet reordering threshold or in addition to it.
The RECOMMENDED time threshold, expressed as a fraction of the
round-trip time (kTimeReorderingFraction), is 1/8.

### Early Retransmit
Expand Down

0 comments on commit 5432507

Please sign in to comment.