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
Andrew Dunham b85c2b2313 net/dns/resolver: use SystemDial in DoH forwarder
This ensures that we close the underlying connection(s) when a major
link change happens. If we don't do this, on mobile platforms switching
between WiFi and cellular can result in leftover connections in the
http.Client's connection pool which are bound to the "wrong" interface.

Updates #10821
Updates tailscale/corp#19124

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Ibd51ce2efcaf4bd68e14f6fdeded61d4e99f9a01
1 month ago
..
art all: use Go 1.22 range-over-int 1 month ago
connstats all: use Go 1.22 range-over-int 1 month ago
dns net/dns/resolver: use SystemDial in DoH forwarder 1 month ago
dnscache util/cmpx: delete now that we're using Go 1.22 3 months ago
dnsfallback net/dnsfallback: add singleflight to recursive resolver 6 months ago
flowtrack all: update copyright and license headers 1 year ago
interfaces net/interfaces: handle removed interfaces in State.Equal 1 month ago
ktimeout net/ktimeout: add a package to set TCP user timeout 3 months ago
memnet net/memnet: export the network name (#9111) 9 months ago
netaddr all: update copyright and license headers 1 year ago
netcheck net/netcheck,wgengine/magicsock: align DERP frame receive time heuristics 1 month ago
neterror net/neterror, wgengine/magicsock: use UDP GSO and GRO on Linux (#7791) 1 year ago
netkernelconf client/tailscale,ipn/{ipnlocal,localapi}: check UDP GRO config (#10071) 6 months ago
netknob all: update copyright and license headers 1 year ago
netmon net/netmon: when a new network is added, trigger netmon update (#10840) 4 months ago
netns net/{interfaces,netmon}: remove "interesting", EqualFiltered API 9 months ago
netstat net/{netns,netstat}: use new x/sys/cpu.IsBigEndian 1 year ago
netutil health: warn about reverse path filtering and exit nodes 3 months ago
packet all: use Go 1.22 range-over-int 1 month ago
ping net/ping: fix ICMP echo code field to 0 8 months ago
portmapper all: use Go 1.22 range-over-int 1 month ago
proxymux all: cleanup unused code, part 1 (#10661) 5 months ago
routetable net/routetable: increase route limit used by the test 2 months ago
socks5 net/socks5: add password auth support 1 year ago
sockstats all: use Go 1.22 range-over-int 1 month ago
speedtest all: update copyright and license headers 1 year ago
stun wgengine/magicsock, types/nettype, etc: finish ReadFromUDPAddrPort netip migration 1 year ago
stunserver all: use Go 1.22 range-over-int 1 month ago
tcpinfo all: use Go 1.22 range-over-int 1 month ago
tlsdial cmd/tailscale/cli: make netcheck run even if machine lacks TLS certs 9 months ago
tsaddr all: use Go 1.22 range-over-int 1 month ago
tsdial net/tsdial: partially fix "tailscale nc" (UserDial) on macOS 1 month ago
tshttpproxy all: use Go 1.22 range-over-int 1 month ago
tstun all: use Go 1.22 range-over-int 1 month ago
wsconn net/wsconn: accept a remote addr string and plumb it through 9 months ago