You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/netstack
Andrew Dunham 45d2f4301f proxymap, various: distinguish between different protocols
Previously, we were registering TCP and UDP connections in the same map,
which could result in erroneously removing a mapping if one of the two
connections completes while the other one is still active.

Add a "proto string" argument to these functions to avoid this.
Additionally, take the "proto" argument in LocalAPI, and plumb that
through from the CLI and add a new LocalClient method.

Updates tailscale/corp#20600

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I35d5efaefdfbf4721e315b8ca123f0c8af9125fb
3 months ago
..
netstack.go proxymap, various: distinguish between different protocols 3 months ago
netstack_linux.go all: update copyright and license headers 2 years ago
netstack_test.go wgengine/netstack: add test for #12448 3 months ago
netstack_userping.go xcode: allow ICMP ping relay on macOS + iOS platforms (#12048) 4 months ago
netstack_userping_apple.go various: fix lint warnings 4 months ago