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

kMaxDatagramSize -> max_datagram_size #3167

Merged
merged 13 commits into from Nov 1, 2019
Merged

Conversation

ianswett
Copy link
Contributor

Clarifies that this is the maximum datagram size currently in use on the connection.

Fixes #3041

Clarifies that this is the maximum datagram size currently in use on the connection.

Fixes #3041
max_datagram_size:
: The sender's current maximum payload size. Does not include UDP or IP
overhead. The max datagram size is used for calculating initial and
minimum congestion windows. The RECOMMENDED value is 1200 bytes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't be less than 1200. Worth adding?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, PTAL.

draft-ietf-quic-recovery.md Outdated Show resolved Hide resolved
Copy link
Contributor

@janaiyengar janaiyengar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another fix

draft-ietf-quic-recovery.md Outdated Show resolved Hide resolved
draft-ietf-quic-recovery.md Outdated Show resolved Hide resolved
ianswett and others added 4 commits October 30, 2019 08:58
@janaiyengar janaiyengar merged commit d038b53 into master Nov 1, 2019
@janaiyengar janaiyengar deleted the ianswett-max-datagram-size branch November 1, 2019 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kMaxDatagramSize should use the PMTU rather than be fixed
3 participants