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

implement a new API to let servers control client address verification #3501

Merged
merged 3 commits into from Aug 13, 2022

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    7fde609 View commit details
    Browse the repository at this point in the history
  2. disable address validation by default

    We should provide safe defaults. Since we implement the 3x amplification
    limit, disabling address validation is not unsafe, and will save 1 RTT
    for every handshake for applications that don't explicitely configure
    Retries.
    marten-seemann committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bbfb7bd View commit details
    Browse the repository at this point in the history