mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-03 21:01:54 +08:00
tsnet users can now provide a tun.Device, including any custom implementation that conforms to the interface. netstack has a new option CheckLocalTransportEndpoints that when used alongside a TUN enables netstack listens and dials to correctly capture traffic associated with those sockets. tsnet with a TUN sets this option, while all other builds leave this at false to preserve existing performance. Updates #18423 Signed-off-by: James Tucker <james@tailscale.com> |
||
|---|---|---|
| .. | ||
| gro | ||
| link_endpoint.go | ||
| netstack_linux.go | ||
| netstack_tcpbuf_default.go | ||
| netstack_tcpbuf_ios.go | ||
| netstack_test.go | ||
| netstack_userping_apple.go | ||
| netstack_userping_test.go | ||
| netstack_userping.go | ||
| netstack.go | ||