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 11, 2018
1 parent aa00f6b commit 4be49f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions draft-ietf-quic-recovery.md
Expand Up @@ -653,6 +653,7 @@ Pseudocode for OnPacketSent follows:
sent_packets[packet_number].packet_number = packet_number
sent_packets[packet_number].time = now
sent_packets[packet_number].ack_only = ack_only
sent_packets[packet_number].in_flight = in_flight
if !ack_only:
if is_handshake_packet:
time_of_last_sent_handshake_packet = now
Expand Down

0 comments on commit 4be49f9

Please sign in to comment.