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

websocket: add reuseport support #2261

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    e7b4454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445f860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4279f92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80b3b34 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 16, 2023

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

Commits on May 21, 2023

  1. chore: addressed review comments wrt test.

    Listen on unspecified port.
    Verify that client connections are distributed amongst multiple listeners.
    chaitanyaprem committed May 21, 2023
    Configuration menu
    Copy the full SHA
    cc83e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c539a6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 26, 2023

  1. Update websocket_test.go

    chore: reuseport test script-Skipping connection load balancing check for architectures other than linux as it is not gauranteed.
    chaitanyaprem committed May 26, 2023
    Configuration menu
    Copy the full SHA
    07aae9b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4179d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8840f19 View commit details
    Browse the repository at this point in the history
  3. chore: fix gofmt error

    chaitanyaprem committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f660226 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    3fea95c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01a725 View commit details
    Browse the repository at this point in the history