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 19, 2018
1 parent 710c52e commit 02077dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -729,7 +729,7 @@ Pseudocode for OnPacketAcked follows:
// was spurious. Otherwise, inform congestion control.
if (rto_count > 0 &&
acked_packet.packet_number > largest_sent_before_rto)
OnRetransmissionTimeoutVerified()
OnRetransmissionTimeoutVerified(acket_packet.packet_number)
handshake_count = 0
tlp_count = 0
rto_count = 0
Expand Down

0 comments on commit 02077dc

Please sign in to comment.