From b7c6044a992c50b6fdaf28332e0603072596db53 Mon Sep 17 00:00:00 2001 From: ianswett Date: Mon, 22 May 2017 16:02:46 -0400 Subject: [PATCH 1/2] Clarify bytes_in_flight --- draft-ietf-quic-recovery.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 0e65d37409..1269650861 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -615,6 +615,8 @@ are described in this section. bytes_in_flight: : The sum of the size in bytes of all sent packets that contain at least one retransmittable frame, and have not been acked or declared lost. + The size does not include IP or UDP overhead. Ack only frames do not + count towards byte_in_flight. congestion_window: : Maximum number of bytes in flight that may be sent. From 43d8ba0290168888b816ac7b43f4e5e23b84dfd8 Mon Sep 17 00:00:00 2001 From: ianswett Date: Tue, 27 Jun 2017 13:15:57 -0400 Subject: [PATCH 2/2] Clarify PADDING --- draft-ietf-quic-recovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 1269650861..da79ec7df2 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -614,9 +614,9 @@ are described in this section. bytes_in_flight: : The sum of the size in bytes of all sent packets that contain at least - one retransmittable frame, and have not been acked or declared lost. - The size does not include IP or UDP overhead. Ack only frames do not - count towards byte_in_flight. + one retransmittable or PADDING frame, and have not been acked or + declared lost. The size does not include IP or UDP overhead. + Ack only frames do not count towards byte_in_flight. congestion_window: : Maximum number of bytes in flight that may be sent.