mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
d9d9d525d9
This commit increases gVisor's TCP max send (4->6MiB) and receive
(4->8MiB) buffer sizes on all platforms except iOS. These values are
biased towards higher throughput on high bandwidth-delay product paths.
The iperf3 results below demonstrate the effect of this commit between
two Linux computers with i5-12400 CPUs. 100ms of RTT latency is
introduced via Linux's traffic control network emulator queue
discipline.
The first set of results are from commit
|
||
---|---|---|
.. | ||
link_endpoint_test.go | ||
link_endpoint.go | ||
netstack_linux.go | ||
netstack_tcpbuf_default.go | ||
netstack_tcpbuf_ios.go | ||
netstack_test.go | ||
netstack_userping_apple.go | ||
netstack_userping.go | ||
netstack.go |