Skip to content

Commit

Permalink
Fix line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Aug 20, 2020
1 parent 422d364 commit eecb7fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -1231,11 +1231,11 @@ cannot be reverted.
### Client Packet Handling {#client-pkt-handling}

Valid packets sent to clients always include a Destination Connection ID that
matches a value the client selects. Clients that choose to receive
zero-length connection IDs can use the local address and port to identify a
connection. Packets that do not match an existing connection, based on
Destination Connection ID or, if this value is zero-length, local IP address and port,
are discarded.
matches a value the client selects. Clients that choose to receive zero-length
connection IDs can use the local address and port to identify a connection.
Packets that do not match an existing connection, based on Destination
Connection ID or, if this value is zero-length, local IP address and port, are
discarded.

Due to packet reordering or loss, a client might receive packets for a
connection that are encrypted with a key it has not yet computed. The client MAY
Expand Down

0 comments on commit eecb7fe

Please sign in to comment.