Skip to content

Commit

Permalink
drop reference to packet coalescing, as suggested by @martinthomson
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 20, 2020
1 parent db00657 commit 353747d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -4086,11 +4086,9 @@ UDP datagrams MUST NOT be fragmented at the IP layer. In IPv4
fragmentation on the path.

Datagrams are required to be padded under some conditions. However, the
size of the datagram is not authenticated, and endpoints might send coalesced
packets after the handshake is confirmed; see {{packet-coalesce}}. Therefore,
an endpoint MUST NOT close a connection when it receives a datagram that does
not meet size constraints, though the endpoint MAY discard such
datagrams.
size of the datagram is not authenticated. Therefore, an endpoint MUST NOT
close a connection when it receives a datagram that does not meet size
constraints, though the endpoint MAY discard such datagrams.


## Initial Datagram Size {#initial-size}
Expand Down

0 comments on commit 353747d

Please sign in to comment.