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: add DisableReuseport option #1476

Merged
merged 3 commits into from
Aug 19, 2022

Commits on Aug 16, 2022

  1. feat: add DisableReuseport option

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    21d5011 View commit details
    Browse the repository at this point in the history
  2. fix: TestStatelessReset/reuseport_off test

    close listener underlying connection when reuseport is disabled and the close
    method called
    
    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    93bf6d6 View commit details
    Browse the repository at this point in the history
  3. fix: skip DisableReuseport option on TestHolePunching

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cedb62d View commit details
    Browse the repository at this point in the history