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
Mihai Parparita f4f8ed98d9 sockstats: add validation for TCP socket stats
We can use the TCP_CONNECTION_INFO getsockopt() on Darwin to get
OS-collected tx/rx bytes for TCP sockets. Since this API is not available
for UDP sockets (or on Linux/Android), we can't rely on it for actual
stats gathering.

However, we can use it to validate the stats that we collect ourselves
using read/write hooks, so that we can be more confident in them. We
do need additional hooks from the Go standard library (added in
tailscale/go#59) to be able to collect them.

Updates tailscale/corp#9230
Updates #3363

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2 years ago
..
connstats
dns
dnscache
dnsfallback
flowtrack
interfaces
memnet net/memnet: rename from net/nettest 2 years ago
netaddr
netcheck
neterror
netknob all: update copyright and license headers 2 years ago
netns
netstat
netutil
packet
ping
portmapper
proxymux
routetable
socks5
sockstats
speedtest
stun
tlsdial
tsaddr
tsdial
tshttpproxy
tstun wgengine: start logging DISCO frames to pcap stream 2 years ago
wsconn