tailscale/wgengine
Jordan Whited a93dc6cdb1
wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042)
This commit adds a batchingConn interface, and renames batchingUDPConn
to linuxBatchingConn. tryUpgradeToBatchingConn() may return a platform-
specific implementation of batchingConn. So far only a Linux
implementation of this interface exists, but this refactor is being
done in anticipation of a Windows implementation.

Updates tailscale/corp#21874

Signed-off-by: Jordan Whited <jordan@tailscale.com>
2024-08-06 09:00:28 -07:00
..
bench
capture wgengine/capture: fix v6 field typo in wireshark dissector 2024-08-03 14:56:17 -07:00
filter
magicsock wgengine/magicsock: refactor batchingUDPConn to batchingConn interface (#13042) 2024-08-06 09:00:28 -07:00
netlog
netstack wgengine/netstack: use build tags to exclude gVisor GRO importation on iOS (#13015) 2024-08-03 15:03:44 -07:00
router wgengine/router: use quad-100 as the nexthop on Windows 2024-07-18 10:08:29 -05:00
wgcfg
wgint
wglog
winnet
mem_ios.go
pendopen.go
userspace.go util/linuxfw: return nil interface not concrete type 2024-08-03 09:53:46 -07:00
userspace_ext_test.go
userspace_test.go
watchdog.go
watchdog_js.go
watchdog_test.go
wgengine.go