mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2026-05-26 13:50:38 +00:00
ace3e11ef2
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
13 lines
196 B
Go
13 lines
196 B
Go
//go:build !linux
|
|
|
|
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package conn
|
|
|
|
func errShouldDisableUDPGSO(_ error) bool {
|
|
return false
|
|
}
|