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.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/tools/libwg-go/src/queueconstants.go b/app/tools/libwg-go/src/queueconstants.go
deleted file mode 100644
index dd11bf10..00000000
--- a/app/tools/libwg-go/src/queueconstants.go
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0
- *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
- */
-
-package main
-
-/* Reduce memory consumption for Android */
-
-const (
- QueueOutboundSize = 1024
- QueueInboundSize = 1024
- QueueHandshakeSize = 1024
- MaxSegmentSize = 2200
- PreallocatedBuffersPerPool = 4096
-)