Update dependencies
This commit is contained in:
12
vendor/github.com/tailscale/wireguard-go/conn/errors_default.go
generated
vendored
Normal file
12
vendor/github.com/tailscale/wireguard-go/conn/errors_default.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
|
||||
/* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package conn
|
||||
|
||||
func errShouldDisableUDPGSO(err error) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user