Skip to content

Commit 1e34037

Browse files
authored
Clarify byte_in_flight
1 parent 96c1d03 commit 1e34037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-ietf-quic-recovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,8 @@ ecn_ce_counter:
10261026
bytes_in_flight:
10271027
: The sum of the size in bytes of all sent packets that contain at least
10281028
one retransmittable or PADDING frame, and have not been acked or declared
1029-
lost. The size does not include IP or UDP overhead.
1029+
lost. The size does not include IP or UDP overhead, but does include the
1030+
QUIC header and AEAD overhead.
10301031
Packets only containing ACK frames do not count towards bytes_in_flight
10311032
to ensure congestion control does not impede congestion feedback.
10321033

0 commit comments

Comments
 (0)