Files
wireguard-go/conn/errors_default.go
2026-01-07 11:09:53 +01:00

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
}