aboutsummaryrefslogtreecommitdiffstats
path: root/conn/errors_default.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn/errors_default.go')
-rw-r--r--conn/errors_default.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/conn/errors_default.go b/conn/errors_default.go
new file mode 100644
index 0000000..f1e5b90
--- /dev/null
+++ b/conn/errors_default.go
@@ -0,0 +1,12 @@
+//go:build !linux
+
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ */
+
+package conn
+
+func errShouldDisableUDPGSO(err error) bool {
+ return false
+}