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

Stop using initial timeout #4263

Merged
merged 3 commits into from Nov 3, 2020
Merged

Stop using initial timeout #4263

merged 3 commits into from Nov 3, 2020

Commits on Oct 27, 2020

  1. Stop using initial timeout

    Address validation can use 3*PTO, just taking the maximum of the old and
    new path PTO.  The idea of initial timeout is easily replaced in
    recovery by instead describing the effect on the PTO.  The net effect is
    the same, except that new paths often have to include the maximum ACK
    delay, which this doesn't incorporate.
    
    Closes #4261.
    Closes #4262.
    martinthomson committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2719b29 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    ec93558 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. initial RTO comparison

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