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
James Tucker 8d0d46462b net/dns: timeout DOH requests after 10s without response headers
If a client socket is remotely lost but the client is not sent an RST in
response to the next request, the socket might sit in RTO for extended
lengths of time, resulting in "no internet" for users. Instead, timeout
after 10s, which will close the underlying socket, recovering from the
situation more promptly.

Updates #10967

Signed-off-by: James Tucker <james@tailscale.com>
7 months ago
..
art all: cleanup unused code, part 2 (#10670) 9 months ago
connstats
dns net/dns: timeout DOH requests after 10s without response headers 7 months ago
dnscache util/cmpx: delete now that we're using Go 1.22 8 months ago
dnsfallback
flowtrack
interfaces net/interfaces: reduce & cleanup logs on iOS 7 months ago
ktimeout net/ktimeout: add a package to set TCP user timeout 7 months ago
memnet
netaddr all: update copyright and license headers 2 years ago
netcheck util/cmpx: delete now that we're using Go 1.22 8 months ago
neterror
netkernelconf
netknob
netmon net/netmon: when a new network is added, trigger netmon update (#10840) 9 months ago
netns
netstat
netutil net/netutil: allow 16-bit 4via6 site IDs 9 months ago
packet all: cleanup unused code, part 1 (#10661) 9 months ago
ping
portmapper net/portmapper: support legacy "urn:dslforum-org" portmapping services 8 months ago
proxymux all: cleanup unused code, part 1 (#10661) 9 months ago
routetable all: cleanup unused code, part 2 (#10670) 9 months ago
socks5
sockstats
speedtest
stun
stunserver cmd/{derper,stund},net/stunserver: add standalone stun server 9 months ago
tcpinfo
tlsdial
tsaddr all: cleanup unused code, part 1 (#10661) 9 months ago
tsdial all: cleanup unused code, part 1 (#10661) 9 months ago
tshttpproxy net/tshttpproxy: log when we're using a proxy 7 months ago
tstun all: cleanup unused code, part 2 (#10670) 9 months ago
wsconn