Skip to content

Commit

Permalink
revert changes to the address validation section, as server-side requ…
Browse files Browse the repository at this point in the history
…irements are unrelated
  • Loading branch information
kazuho committed Oct 15, 2020
1 parent 3f875ca commit e3a596f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1921,13 +1921,9 @@ that contain packets that are successfully processed and datagrams that contain
packets that are all discarded.

Clients MUST ensure that UDP datagrams containing Initial packets have UDP
payloads of at least 1200 bytes, adding PADDING frames as necessary. Servers
MUST ensure that UDP datagrams containing ack-eliciting Initial packets have UDP
payloads of at least 1200 bytes. A client that sends padded datagrams allows
the server to send more data prior to completing address validation. Endpoints
sending UDP datagrams of at least 1200 bytes ensures that the handshake
progresses only if the path is capable of handling QUIC traffic; see
{{packet-size}}.
payloads of at least 1200 bytes, adding PADDING frames as necessary.
A client that sends padded datagrams allows the server to
send more data prior to completing address validation.

Loss of an Initial or Handshake packet from the server can cause a deadlock if
the client does not send additional Initial or Handshake packets. A deadlock
Expand Down

0 comments on commit e3a596f

Please sign in to comment.