Skip to content

Commit

Permalink
tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 28, 2019
1 parent ad66ac0 commit d750a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1215,7 +1215,7 @@ are detected lost.
// Remove lost packets from bytes_in_flight.
for (lost_packet : lost_packets):
bytes_in_flight -= lost_packet.size
smallest_lost_packet = lost_packets.first()
smallest_lost_packet = lost_packets.first()
largest_lost_packet = lost_packets.last()

// Start a new congestion epoch if the last lost packet
Expand Down

0 comments on commit d750a39

Please sign in to comment.