Files

13 lines
196 B
Go
Raw Permalink Normal View History

2023-10-02 13:53:07 -07:00
//go:build !linux
/* SPDX-License-Identifier: MIT
*
2025-05-04 17:48:53 +02:00
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
2023-10-02 13:53:07 -07:00
*/
package conn
func errShouldDisableUDPGSO(_ error) bool {
2023-10-02 13:53:07 -07:00
return false
}