Skip to content

Commit

Permalink
word-wrap, remove trailing garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Nov 30, 2018
1 parent 6bab251 commit 6fd6e1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -1042,10 +1042,11 @@ IDs - the address tuple, with the following exception.
A server that uses a non-zero-length connection ID SHOULD handle Initial packets
that share the same address tuple, Source and Destination Connection IDs, but
contain different first ClientHello messages as belonging to different
connections. This might be used by a client to defend against attacks that race spoofed Initial packets with legitimate ones. A server can treat every Initial packet containing a CRYPTO frame at an offset of 0 as potentially creating a new connection, discarding any packet that has the same Destination Connection ID and CRYPTO frame content as one that has been answered.
cannot disrupt the handshake. The requirement can be met by remembering the
length and the hashed payload of the CRYPTO frame starting at offset of zero for
each connection, and by comparing the values against newly received packets.
connections. This might be used by a client to defend against attacks that race
spoofed Initial packets with legitimate ones. A server can treat every Initial
packet containing a CRYPTO frame at an offset of 0 as potentially creating a new
connection, discarding any packet that has the same Destination Connection ID
and CRYPTO frame content as one that has been answered.

If the packet doesn't match an existing connection, the server continues below.

Expand Down

0 comments on commit 6fd6e1f

Please sign in to comment.