Skip to content

Commit

Permalink
Allow consumption of VN in response to 0-RTT
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 10, 2017
1 parent 39ea0bb commit cec3573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,9 @@ 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 and connection ID match the values it sent in a Client Initial
packet. If this check fails, the packet MUST be discarded.
packet number and connection ID match the values the client sent in a previous
packet on the same connection. 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 cec3573

Please sign in to comment.