tailscale/wgengine
Josh Bleecher Snyder ab72ede692 wgengine/magicsock: remove an allocation in ReceiveIPv4
Depends on a corresponding package net change.

Incomplete! We appear to need the original net.UDPAddr
in the legacy code path for non-obvious reasons.

Before:

BenchmarkReceiveFrom-8   	   72898	     16888 ns/op	     112 B/op	       3 allocs/op

After:

BenchmarkReceiveFrom-8   	   72432	     16719 ns/op	      64 B/op	       2 allocs/op

Co-authored-by: Sonia Appasamy <sonia@tailscale.com>
2021-02-11 11:56:54 -08:00
..
filter wgengine/filter: add a Clone method. 2021-01-22 17:31:37 -08:00
magicsock wgengine/magicsock: remove an allocation in ReceiveIPv4 2021-02-11 11:56:54 -08:00
monitor wgengine/monitor: close closeHandle 2021-01-07 20:18:02 -08:00
netstack types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
router wgengine/router: add another Windows firewall rule to allow incoming UDP 2021-02-10 13:12:17 -08:00
tsdns tstest: simplify goroutine leak tests 2021-02-03 13:06:40 -08:00
tstun wgengine/tstun: inform userspaceEngine about injected outbound packets in tundev 2021-02-09 08:08:01 -08:00
wgcfg types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
wglog wgengine: adapt to wireguard-go changes 2021-02-04 15:15:33 -08:00
winnet wgengine/winnet: don't build on non-windows 2021-02-09 21:09:24 -08:00
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 2021-02-04 14:04:23 -08:00
userspace.go wgengine: remove IpcGetOperation filter 2021-02-08 20:22:55 -08:00
userspace_test.go all: move wgcfg from wireguard-go 2021-01-29 12:52:56 -08:00
watchdog.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 2021-01-11 09:31:14 -08:00
wgengine.go types/netmap: split controlclient.NetworkMap off into its own leaf package 2021-02-05 16:18:52 -08:00