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 f7cb535693 net/speedtest: retune to meet iperf on localhost in a VM
- removed some in-flow time calls
- increase buffer size to 2MB to overcome syscall cost
- move relative time computation from record to report time

Signed-off-by: James Tucker <james@tailscale.com>
2 years ago
..
dns refactor: move from io/ioutil to io and os packages 2 years ago
dnscache envknob: support changing envknobs post-init 2 years ago
dnsfallback refactor: move from io/ioutil to io and os packages 2 years ago
flowtrack all: convert more code to use net/netip directly 2 years ago
interfaces refactor: move from io/ioutil to io and os packages 2 years ago
netaddr all: migrate code from netaddr.FromStdAddr to Go 1.18 2 years ago
netcheck net/netcheck: add check for captive portal (#5593) 2 years ago
neterror net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code 3 years ago
netknob all: disable TCP keep-alives on iOS/Android 3 years ago
netns net/netns: implement UseSocketMark for Android. 2 years ago
netstat all: migrate more code code to net/netip directly 2 years ago
nettest net/nettest: deflake TestPipeTimeout 3 years ago
netutil all: convert more code to use net/netip directly 2 years ago
packet net/packet: fix filtering of short IPv4 fragments 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 net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket. 3 years ago
socks5 net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintX 2 years ago
speedtest net/speedtest: retune to meet iperf on localhost in a VM 2 years ago
stun net/stun: unmap IPv4 addresses in 16 byte STUN replies 2 years ago
tlsdial envknob: support changing envknobs post-init 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 refactor: move from io/ioutil to io and os packages 2 years ago
tstun envknob: support changing envknobs post-init 2 years ago