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 Apr 10, 2019
1 parent 77a01dc commit 5a1e248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1118,8 +1118,8 @@ SetLossDetectionTimer():
loss_detection_timer.update(loss_time)
return

if (crypto packets are in flight &&
crypto data to send):
if (crypto packets are in flight
|| endpoint is client without 1-RTT keys):
// Crypto retransmission timer.
if (smoothed_rtt == 0):
timeout = 2 * kInitialRtt
Expand Down

0 comments on commit 5a1e248

Please sign in to comment.