Skip to content

Commit

Permalink
Just one per
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Sep 10, 2020
1 parent 1a28ce1 commit 4333941
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -3906,10 +3906,9 @@ Each packet number space maintains separate acknowledgement state and separate
ECN counts. Coalesced QUIC packets (see {{packet-coalesce}}) share the same IP
header so the ECN counts are incremented once for each QUIC packet.

For example, if one each of an Initial, 0-RTT, Handshake, and 1-RTT QUIC packet
are coalesced, the corresponding counts for the Initial and Handshake packet
number spaces will be incremented by one each and the counts for the
application data packet number space will be increased by two.
For example, if one each of an Initial, Handshake, and 1-RTT QUIC packet are
coalesced into a single UDP datagram, the ECN counts for all three packet
number spaces will be incremented by one each.

ECN counts are only incremented when QUIC packets from the received IP
packet are processed. As such, duplicate QUIC packets are not processed and
Expand Down

0 comments on commit 4333941

Please sign in to comment.