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

feat(tcpreuse): add options for sharing TCP listeners amongst TCP, WS and WSS transports #2984

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

Commits on Oct 30, 2024

  1. feat(tcpreuse): add options for sharing TCP listeners amongst TCP, WS…

    …, and WSS transports
    aschmahmann authored and MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6281130 View commit details
    Browse the repository at this point in the history
  2. add tests for listener

    sukunrt authored and MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2ae20f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05ee445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3457a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac8b478 View commit details
    Browse the repository at this point in the history
  6. add some comments

    sukunrt authored and MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6d5fa53 View commit details
    Browse the repository at this point in the history
  7. Add OS specific sampledconn

    MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0115a62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdbf16c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f4f875 View commit details
    Browse the repository at this point in the history
  10. Add test for metrics+unix

    MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    00c9403 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c053d8 View commit details
    Browse the repository at this point in the history
  12. simplify demultiplex a bit

    MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7e34d05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e465b29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    677222a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c334af View commit details
    Browse the repository at this point in the history
  16. Remove unused interface

    MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b686b80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a28a244 View commit details
    Browse the repository at this point in the history
  18. Comment nits

    MarcoPolo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a39490f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    76f560b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c314a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56dabd4 View commit details
    Browse the repository at this point in the history
  4. Remove todo

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9ebfc89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a722a7c View commit details
    Browse the repository at this point in the history
  6. typo

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    85be1f5 View commit details
    Browse the repository at this point in the history
  7. PR review

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    18af914 View commit details
    Browse the repository at this point in the history
  8. typo

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f9f39b7 View commit details
    Browse the repository at this point in the history
  9. add timeout

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9ca4ae7 View commit details
    Browse the repository at this point in the history
  10. pr nit

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3d26583 View commit details
    Browse the repository at this point in the history
  11. remove unused option

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3487369 View commit details
    Browse the repository at this point in the history
  12. Expand comment

    MarcoPolo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    74e9c05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd53643 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ccd1609 View commit details
    Browse the repository at this point in the history