Skip to content

Commit

Permalink
Downgrade discard requirement to MAY prior to handshake
Browse files Browse the repository at this point in the history
Though I don't know why I need to care about the reason.
  • Loading branch information
martinthomson committed Oct 12, 2017
1 parent e5fb23b commit aa50d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -910,7 +910,7 @@ 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 MUST
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
Expand Down

0 comments on commit aa50d14

Please sign in to comment.