From c27ff9b9f6f7849614e774be8a15c1266c415750 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 22 May 2021 00:57:42 +0200 Subject: device: allow reducing queue constants on iOS Heavier network extensions might require the wireguard-go component to use less ram, so let users of this reduce these as needed. At some point we'll put this behind a configuration method of sorts, but for now, just expose the consts as vars. Requested-by: Josh Bleecher Snyder Signed-off-by: Jason A. Donenfeld --- device/constants.go | 1 - 1 file changed, 1 deletion(-) (limited to 'device/constants.go') diff --git a/device/constants.go b/device/constants.go index 2252917..53a2526 100644 --- a/device/constants.go +++ b/device/constants.go @@ -35,7 +35,6 @@ const ( /* Implementation constants */ const ( - UnderLoadQueueSize = QueueHandshakeSize / 8 UnderLoadAfterTime = time.Second // how long does the device remain under load after detected MaxPeers = 1 << 16 // maximum number of configured peers ) -- cgit v1.2.3