From dfc6b63e956aa4c5153a0eee0157be8dc54bb90f Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 9 Jan 2019 15:41:07 +1100 Subject: [PATCH] use MAY --- draft-ietf-quic-transport.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 29b481fd5c..99e2dc1efe 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1001,9 +1001,8 @@ Packets that are matched to an existing connection, but for which the endpoint cannot remove packet protection, are discarded. Invalid packets without packet protection, such as Initial, Retry, or Version -Negotiation, SHOULD be discarded without altering connection state. An endpoint -MUST generate a connection error if it commits changes to state before -discovering an error. +Negotiation, MAY be discarded. An endpoint MUST generate a connection error if +it commits changes to state before discovering an error. ### Client Packet Handling {#client-pkt-handling}