Skip to content

Commit

Permalink
No longer check the packet number
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Nov 29, 2017
1 parent 6d19a06 commit b74a493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -940,8 +940,8 @@ successfully receives a response or it abandons the connection attempt.
### Handling Version Negotiation Packets {#handle-vn}

When the client receives a Version Negotiation packet, it first checks that the
packet number is 0 and the connection ID matches the connection ID the client
sent. If this check fails, the packet MUST be discarded.
connection ID matches the connection ID the client sent. If this check fails,
the packet MUST be discarded.

Once the Version Negotiation packet is determined to be valid, the client then
selects an acceptable protocol version from the list provided by the server.
Expand Down

0 comments on commit b74a493

Please sign in to comment.