Skip to content

Commit

Permalink
acket
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Oct 3, 2018
1 parent 4f058e8 commit f226f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -698,7 +698,7 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
for acked_packet in newly_acked_packets:
OnPacketAcked(acked_packet.packet_number)

if !newly_acket_packets.empty():
if !newly_acked_packets.empty():
// Find the smallest newly acknowledged packet
smallest_newly_acked =
FindSmallestNewlyAcked(newly_acked_packets)
Expand Down

0 comments on commit f226f36

Please sign in to comment.