aboutsummaryrefslogtreecommitdiff
path: root/conn/sticky_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn/sticky_linux.go')
-rw-r--r--conn/sticky_linux.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/conn/sticky_linux.go b/conn/sticky_linux.go
index 278eb19..274fa38 100644
--- a/conn/sticky_linux.go
+++ b/conn/sticky_linux.go
@@ -1,3 +1,5 @@
+//go:build linux && !android
+
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
@@ -111,3 +113,5 @@ func setSrcControl(control *[]byte, ep *StdNetEndpoint) {
}
var srcControlSize = unix.CmsgSpace(unix.SizeofInet6Pktinfo)
+
+const StdNetSupportsStickySockets = true