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

quic: prioritise listen connections for reuse #2262

Merged
merged 9 commits into from
May 9, 2023

Commits on Apr 26, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    8efdc6a View commit details
    Browse the repository at this point in the history
  2. rename globalDial to fallback

    sukunrt committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ec470e2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. improve naming. fix gc test

    sukunrt committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5385487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223d971 View commit details
    Browse the repository at this point in the history
  3. Update p2p/transport/quicreuse/reuse.go

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    sukunrt and marten-seemann authored May 9, 2023
    Configuration menu
    Copy the full SHA
    64b3085 View commit details
    Browse the repository at this point in the history
  4. fix comment

    sukunrt committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1ae1712 View commit details
    Browse the repository at this point in the history
  5. cleanup reuse logic

    sukunrt committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a6a9da1 View commit details
    Browse the repository at this point in the history
  6. fix scoping

    sukunrt committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4a245c4 View commit details
    Browse the repository at this point in the history