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

Include max_udp_payload_size in packet size discussion #3651

Merged
merged 2 commits into from May 14, 2020

Commits on May 13, 2020

  1. Include max_udp_payload_size in packet size discussion

    This isn't a complete dissertation on how clients might choose to use
    larger packet sizes.  In particular, it doesn't capture the whole
    discussion about starting at a higher size being a way to raise the 1280
    to something higher, with the requisite cost being that you might have
    failures.  Deciding to put that in would be much harder.
    
    What this does is just say that the transport parameter acts as a
    further limit on packet size and that you won't know that prior to
    knowing.  That means that you are guessing about the network path AND
    your peer when you decide to send >1200 (to be fair, the former really
    only applies for IPv4, and it's not much of a guess).
    
    Closes #3638.
    martinthomson committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d081726 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Language tweaking

    Co-authored-by: Jana Iyengar <jri.ietf@gmail.com>
    martinthomson and janaiyengar committed May 14, 2020
    Configuration menu
    Copy the full SHA
    defd05e View commit details
    Browse the repository at this point in the history