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

renamed max_packet_size to max_udp_size #3473

Merged
merged 13 commits into from Mar 20, 2020
4 changes: 4 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -4594,6 +4594,10 @@ max_udp_payload_size (0x03):
: The default for this parameter is the maximum permitted UDP payload of 65527.
Values below 1200 are invalid.

martinduke marked this conversation as resolved.
Show resolved Hide resolved
: This limit does act as an additional constraint on datagram size in the same
way as the path MTU, but it is a property of the endpoint and not the path. It
is expected that this is the space an endpoint dedicates to holding incoming
packets.
initial_max_data (0x04):

: The initial maximum data parameter is an integer value that contains the
Expand Down