Skip to content

Commit

Permalink
Fixed trailing spaces in recovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
gloinul committed May 24, 2018
1 parent 2ff5ac9 commit 19d3b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1048,7 +1048,7 @@ acked_packet from sent_packets.
### On Packets Marked

Invoked by an increment in the number of CE marked packets, as indicated by a newly received ACK_ECN frame. The variable ack_ce_counter is used to check if packets are recently CE marked.

~~~
OnPacketsMarked(ce_counter):
if (end_of_recovery < largest_acked_packet && ce_counter > ack_ce_counter):
Expand Down

0 comments on commit 19d3b53

Please sign in to comment.