We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c1d03 commit 1e34037Copy full SHA for 1e34037
draft-ietf-quic-recovery.md
@@ -1026,7 +1026,8 @@ ecn_ce_counter:
1026
bytes_in_flight:
1027
: The sum of the size in bytes of all sent packets that contain at least
1028
one retransmittable or PADDING frame, and have not been acked or declared
1029
- lost. The size does not include IP or UDP overhead.
+ lost. The size does not include IP or UDP overhead, but does include the
1030
+ QUIC header and AEAD overhead.
1031
Packets only containing ACK frames do not count towards bytes_in_flight
1032
to ensure congestion control does not impede congestion feedback.
1033
0 commit comments