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
*
2026-01-07 18:09:53 +08:00
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
2023-10-02 13:53:07 -07:00
*/
package conn
2026-01-07 18:09:53 +08:00
func errShouldDisableUDPGSO(_ error) bool {
2023-10-02 13:53:07 -07:00
return false
}