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

Use the IP PacketConn to specify the local proxy IP #110

Closed
wants to merge 4 commits into from

Commits on Jan 5, 2022

  1. Use the IP PacketConn to specify the local proxy IP

    This allows the proxy to determine the destination address of incoming
    UDP packets and specify the source address of outgoing UDP packets.  It
    requires duplicating the UDP service because it uses the x/net/ipv[4,6]
    packages, which require us to know the address family of each incoming
    packet before it is received.
    Ben Schwartz committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e73f380 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Encapsulate local IP function in new interface

    Ben Schwartz committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    af846a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Fix data race in the new integration test

    Ben Schwartz committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    125c4e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Add shadowsocksUDPWriter and boundWriter

    Ben Schwartz committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    e6b4fec View commit details
    Browse the repository at this point in the history