mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-08-03 18:22:50 +02:00
12 lines
196 B
Go
12 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
|
|
}
|