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/net
Kris Brandow 8f38afbf8e net/stun: convert to use net/netip.AddrPort
Convert ParseResponse and Response to use netip.AddrPort instead of
net.IP and separate port.

Fixes #5281

Signed-off-by: Kris Brandow <kris.brandow@gmail.com>
2 years ago
..
dns net/dns: disable NetBIOS on Tailscale interfaces 2 years ago
dnscache net/dnscache: try IPv6 addresses first (#5349) 2 years ago
dnsfallback all: convert more code to use net/netip directly 2 years ago
flowtrack all: convert more code to use net/netip directly 2 years ago
interfaces syncs, all: move to using Go's new atomic types instead of ours 2 years ago
netaddr all: migrate code from netaddr.FromStdAddr to Go 1.18 2 years ago
netcheck net/stun: convert to use net/netip.AddrPort 2 years ago
neterror
netknob
netns syncs, all: move to using Go's new atomic types instead of ours 2 years ago
netstat all: migrate more code code to net/netip directly 2 years ago
nettest
netutil all: convert more code to use net/netip directly 2 years ago
packet all: migrate more code code to net/netip directly 2 years ago
ping net/netcheck: try ICMP if UDP is blocked (#5056) 2 years ago
portmapper syncs, all: move to using Go's new atomic types instead of ours 2 years ago
proxymux
socks5 net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintX 2 years ago
speedtest
stun net/stun: convert to use net/netip.AddrPort 2 years ago
tlsdial all: gofmt for Go 1.19 2 years ago
tsaddr all: migrate more code code to net/netip directly 2 years ago
tsdial all: use syncs.AtomicValue 2 years ago
tshttpproxy all: use syncs.AtomicValue 2 years ago
tstun all: use syncs.AtomicValue 2 years ago