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 14, 2018
1 parent 4ea8247 commit da8193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ A Retransmission Timeout (RTO) timer is the final backstop for loss
detection. The algorithm used in QUIC is based on the RTO algorithm for TCP
{{?RFC5681}} and is additionally resilient to spurious RTO events {{?RFC5682}}.

When the last TLP packet is sent, a timer is scheduled for the RTO period. When
When the last TLP packet is sent, a timer is set for the RTO period. When
this timer expires, the sender sends two packets, to evoke acknowledgements from
the receiver, and restarts the RTO timer.

Expand Down

0 comments on commit da8193e

Please sign in to comment.