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 9, 2019
1 parent 2dff033 commit 21c7924
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1221,12 +1221,6 @@ OnLossDetectionTimeout():
if (loss_time != 0):
// Time threshold loss Detection
DetectLostPackets(pn_space)
// Retransmit crypto data if no packets were lost
// and there is crypto data to retransmit.
else if (has unacknowledged crypto data):
// Crypto retransmission timeout.
RetransmitUnackedCryptoData()
pto_count++
else if (endpoint is client without 1-RTT keys):
// Client sends an anti-deadlock packet: Initial is padded
// to earn more anti-amplification credit,
Expand Down

0 comments on commit 21c7924

Please sign in to comment.