From c93e81c632d2be7faa53ad2803a61444710ae962 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 27 Feb 2019 05:13:37 +0100 Subject: libwg-go: update to 1.12 Signed-off-by: Jason A. Donenfeld --- app/tools/libwg-go/src/queueconstants.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/tools/libwg-go/src/queueconstants.go') diff --git a/app/tools/libwg-go/src/queueconstants.go b/app/tools/libwg-go/src/queueconstants.go index 59dec481..dd11bf10 100644 --- a/app/tools/libwg-go/src/queueconstants.go +++ b/app/tools/libwg-go/src/queueconstants.go @@ -8,9 +8,9 @@ package main /* Reduce memory consumption for Android */ const ( - QueueOutboundSize = 1024 - QueueInboundSize = 1024 - QueueHandshakeSize = 1024 - MaxSegmentSize = 2200 - PreallocatedBuffersPerPool = 4096 + QueueOutboundSize = 1024 + QueueInboundSize = 1024 + QueueHandshakeSize = 1024 + MaxSegmentSize = 2200 + PreallocatedBuffersPerPool = 4096 ) -- cgit v1.2.3