Skip to content

Commit

Permalink
Add forward ref to packetization section
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 11, 2017
1 parent cec3573 commit 9d7cdb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions draft-ietf-quic-transport.md
Expand Up @@ -916,14 +916,14 @@ the packet cannot be associated with a connection if they use the short header
form, or they are smaller than the smallest minimum size for any version that
the server supports.

This version of QUIC defines a minimum size for initial packets of 1200 octets.
Versions of QUIC that define smaller minimum initial packet sizes need to be
aware that initial packets will be discarded without action by servers that only
support versions with larger minimums. Clients that support multiple QUIC
versions can avoid this problem by ensuring that they increase the size of their
initial packets to the largest minimum size across all of the QUIC versions they
support. Servers need to recognize initial packets that are the minimum size of
all QUIC versions they support.
This version of QUIC defines a minimum size for initial packets of 1200 octets
(see {{packetization}}). Versions of QUIC that define smaller minimum initial
packet sizes need to be aware that initial packets will be discarded without
action by servers that only support versions with larger minimums. Clients that
support multiple QUIC versions can avoid this problem by ensuring that they
increase the size of their initial packets to the largest minimum size across
all of the QUIC versions they support. Servers need to recognize initial
packets that are the minimum size of all QUIC versions they support.


## Version Negotiation {#version-negotiation}
Expand Down

0 comments on commit 9d7cdb1

Please sign in to comment.