aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/tools/libwg-go/src/queueconstants.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/tools/libwg-go/src/queueconstants.go')
-rw-r--r--app/tools/libwg-go/src/queueconstants.go10
1 files changed, 5 insertions, 5 deletions
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
)