Skip to content

Commit ea49db5

Browse files
committed
reflow for 80col
1 parent da76d3a commit ea49db5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

draft-ietf-quic-transport.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,9 @@ Connection ID:
466466

467467
Packet Number:
468468

469-
: The length of the packet number field depends on the packet type. This field
470-
can be 1, 2 or 4 octets long depending on the short packet type; see {{packet-numbers}}.
469+
: The length of the packet number field depends on the packet type.
470+
This field can be 1, 2 or 4 octets long depending on the short packet type;
471+
see {{packet-numbers}}.
471472

472473
Packet Number Echo:
473474

@@ -746,12 +747,18 @@ omitted if a 1-RTT packet containing an ACK frame has already been sent during a
746747
time interval equal to the sender's current estimate of the RTT.
747748

748749
Since the Packet Number and Packet Number Echo fielda are of the same size, a
749-
sender sending a packet containing a Packet Number Echo determines the size to use as follows:
750-
751-
- Let `SIZE_P` be the size of the packet number to be sent, as determined in {{packet-numbers}} above.
752-
- Let `SIZE_E` be the size of the packet number sent in the packet whose packet number is to be echoed.
753-
- Let `SIZE_S` be the size of the packet number dictated by the difference between the packet number echo to be sent and the last packet number echo sent; if no packet number echo has yet been sent, then let SIZE_S be 4.
754-
- Choose the packet number and packet number echo size to send as `max(SIZE_P, SIZE_E, SIZE_S).
750+
sender sending a packet containing a Packet Number Echo determines the size to
751+
use as follows:
752+
753+
- Let `SIZE_P` be the size of the packet number to be sent, as determined in
754+
{{packet-numbers}} above.
755+
- Let `SIZE_E` be the size of the packet number sent in the packet whose packet
756+
number is to be echoed.
757+
- Let `SIZE_S` be the size of the packet number dictated by the difference
758+
between the packet number echo to be sent and the last packet number echo
759+
sent; if no packet number echo has yet been sent, then let SIZE_S be 4.
760+
- Choose the packet number and packet number echo size to send as `max(SIZE_P,
761+
SIZE_E, SIZE_S).
755762

756763
## Handling Packets from Different Versions {#version-specific}
757764

0 commit comments

Comments
 (0)