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 Apr 3, 2019
1 parent 96e599e commit 84421e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1365,7 +1365,7 @@ Invoked when an ACK frame with an ECN section is received from the peer.
ecn_ce_counter = ack.ce_counter
// Start a new congestion event if the last acknowledged
// packet was sent after the start of the previous
// congestion event.
// congestion recovery period.
CongestionEvent(sent_packets[ack.largest_acked].time_sent)
~~~

Expand Down

0 comments on commit 84421e6

Please sign in to comment.