tailscale/wgengine
Josh Bleecher Snyder 8bf2a38f29 go.mod: update wireguard-go, taking control over iOS memory usage from our fork
Our wireguard-go fork used different values from upstream for
package device's memory limits on iOS.

This was the last blocker to removing our fork.

These values are now vars rather than consts for iOS.

c27ff9b9f6

Adjust them on startup to our preferred values.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-05-24 12:03:57 -07:00
..
bench all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
filter all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
magicsock all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
monitor all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
netstack all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
router all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
wgcfg all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
wglog wgengine/wglog: optimize wireguardGoString 2021-05-11 14:28:47 -07:00
winnet wgengine/winnet: don't build on non-windows 2021-02-09 21:09:24 -08:00
mem_ios.go go.mod: update wireguard-go, taking control over iOS memory usage from our fork 2021-05-24 12:03:57 -07:00
pendopen.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
userspace_ext_test.go cmd/tailscaled, wgengine{,/netstack}: add netstack hybrid mode, add to Windows 2021-04-06 21:37:28 -07:00
userspace_test.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
userspace.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
watchdog_test.go wgengine: extend TestWatchdog timeout on macOS 2021-03-27 09:27:11 -07:00
watchdog.go wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig. 2021-04-02 00:59:44 -07:00
wgengine.go tailcfg: add Endpoint, EndpointType, MapRequest.EndpointType 2021-04-13 10:12:14 -07:00