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
Josh Bleecher Snyder 0c673c1344 wgengine/magicsock: unify on netaddr types in addrSet
addrSet maintained duplicate lists of netaddr.IPPorts and net.UDPAddrs.
Unify to use the netaddr type only.

This makes (*Conn).ReceiveIPvN a bit uglier,
but that'll be cleaned up in a subsequent commit.

This is preparatory work to remove an allocation from ReceiveIPv4.

Co-authored-by: Sonia Appasamy <sonia@tailscale.com>
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
filter wgengine/filter: add a Clone method. 3 years ago
magicsock wgengine/magicsock: unify on netaddr types in addrSet 3 years ago
monitor wgengine/monitor: close closeHandle 3 years ago
netstack types/netmap: split controlclient.NetworkMap off into its own leaf package 3 years ago
router wgengine/router: fix BSD router to support multiple local addrs, IPv6 3 years ago
tsdns tstest: simplify goroutine leak tests 3 years ago
tstun wgengine/tstun: reply to MagicDNS pings 3 years ago
wgcfg types/netmap: split controlclient.NetworkMap off into its own leaf package 3 years ago
wglog wgengine: adapt to wireguard-go changes 3 years ago
winnet wgengine/winnet: don't build on non-windows 3 years ago
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 3 years ago
userspace.go wgengine: remove IpcGetOperation filter 3 years ago
userspace_test.go all: move wgcfg from wireguard-go 3 years ago
watchdog.go types/netmap: split controlclient.NetworkMap off into its own leaf package 3 years ago
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 3 years ago
wgengine.go types/netmap: split controlclient.NetworkMap off into its own leaf package 3 years ago