Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Martin Thomson <mt@lowentropy.net>
  • Loading branch information
ianswett and martinthomson committed Aug 27, 2019
1 parent 6a0268e commit 357c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1157,7 +1157,7 @@ Pseudocode for OnPacketAcked follows:
OnPacketAcked(acked_packet, pn_space):
if (acked_packet.in_flight):
OnPacketAckedCC(acked_packet)
sent_packets[pn_space].[acked_packet.packet_number] = null
sent_packets[pn_space][acked_packet.packet_number] = null
~~~


Expand Down

0 comments on commit 357c25f

Please sign in to comment.