Skip to content

Commit

Permalink
Igor and Mike's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
martinduke committed Jun 22, 2020
1 parent 92c2524 commit ca0bfe1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-quic-invariants.md
Expand Up @@ -189,9 +189,10 @@ uses only the invariant fields described in this document to execute its
function(s). This might mean that the intermediary cannot accomplish its
function(s) at all, or that it implements a default behavior.

Intermediaries MUST NOT implement a default behavior of dropping packets of QUIC
versions they do not understand, or packets that have a connection ID they
cannot associate with a QUIC version.
Intermediaries MUST NOT drop QUIC packets with versions they do not understand,
or packets that have a connection ID they cannot associate with a QUIC version,
solely for those reasons. Doing so would break QUIC's address migration and
version negotiation mechanisms.

Specifications for intermediaries SHOULD document any implicit assumptions they
are making about endpoint behavior beyond the invariants in this document, and
Expand Down

0 comments on commit ca0bfe1

Please sign in to comment.