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

Support UDP in wsl-proxy #7618

Merged
merged 4 commits into from
Oct 11, 2024
Merged

Support UDP in wsl-proxy #7618

merged 4 commits into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. Support UDP in wsl-proxy

    The wsl-proxy previously only supported TCP connections.
    With this change, it now enables the listening and handling
    of UDP packets in the proxy.
    
    Signed-off-by: Nino Kodabande <[email protected]>
    Nino-K committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    aa2d683 View commit details
    Browse the repository at this point in the history
  2. Fixes the PortProxy TCP test

    Signed-off-by: Nino Kodabande <[email protected]>
    Nino-K committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2beb262 View commit details
    Browse the repository at this point in the history
  3. Add a test for UDP connectivity

    Signed-off-by: Nino Kodabande <[email protected]>
    Nino-K committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c34149e View commit details
    Browse the repository at this point in the history
  4. Add the corresponding mutexes when cleaning up connections

    Signed-off-by: Nino Kodabande <[email protected]>
    Nino-K committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6d9ab24 View commit details
    Browse the repository at this point in the history