Skip to content

Commit

Permalink
a timer
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jul 14, 2018
1 parent 8d0abde commit 7238b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ retransmittable packet triggers the Early Retransmit process, as follows.

If there are unacknowledged in-flight packets still pending, they should
be marked as lost. To compensate for the reduced reordering resilience, the
sender SHOULD set an timer for a small period of time. If the unacknowledged
sender SHOULD set a timer for a small period of time. If the unacknowledged
in-flight packets are not acknowledged during this time, then these
packets MUST be marked as lost.

Expand Down Expand Up @@ -295,7 +295,7 @@ smoothed RTT value as the resumed connection's initial RTT.
If no previous RTT is available, or if the network changes, the initial RTT
SHOULD be set to 100ms.

When CRYPTO frames are sent, the sender SHOULD set an timer for the handshake
When CRYPTO frames are sent, the sender SHOULD set a timer for the handshake
timeout period. Upon timeout, the sender MUST retransmit all unacknowledged
CRYPTO data by calling RetransmitAllUnackedHandshakeData(). On each
consecutive firing of the handshake timer without receiving an
Expand Down

0 comments on commit 7238b0b

Please sign in to comment.