mirror of
https://github.com/WireGuard/wireguard-go.git
synced 2026-01-08 23:08:55 -05:00
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
|
|
}
|