Skip to content

Commit

Permalink
Remove text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 12, 2017
1 parent aa50d14 commit d816e03
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -910,11 +910,10 @@ diagnostic or security purposes.
For servers, packets that aren't associated with a connection potentially create
a new connection. However, only packets that use the long packet header and
that are at least the minimum size defined for the protocol version can be
initial packets. Unless the server is buffering 0-RTT packets, a server MAY
discard packets with a short header or packets that are smaller than the
smallest minimum size for any version that the server supports. A server that
discards a packet that cannot be associated with a connection MAY also generate
a stateless reset ({{stateless-reset}}).
initial packets. A server MAY discard packets with a short header or packets
that are smaller than the smallest minimum size for any version that the server
supports. A server that discards a packet that cannot be associated with a
connection MAY also generate a stateless reset ({{stateless-reset}}).

This version of QUIC defines a minimum size for initial packets of 1200 octets
(see {{packetization}}). Versions of QUIC that define smaller minimum initial
Expand Down

0 comments on commit d816e03

Please sign in to comment.