Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

receivers cannot enforce datagram padding (though they may drop) #4254

Merged
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -4085,8 +4085,8 @@ UDP datagrams MUST NOT be fragmented at the IP layer. In IPv4
({{!IPv4=RFC0791}}), the DF bit MUST be set if possible, to prevent
fragmentation on the path.

Datagrams are required to be a minimum size under some conditions. However, the
size of the datagram is not authenticated. Therefore, an endpoint MUST NOT
Datagrams are required to be of a minimum size under some conditions. However,
the 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.

Expand Down