Update dependencies
This commit is contained in:
15
vendor/github.com/tailscale/wireguard-go/conn/features_default.go
generated
vendored
Normal file
15
vendor/github.com/tailscale/wireguard-go/conn/features_default.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
/* SPDX-License-Identifier: MIT
|
||||
*
|
||||
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
|
||||
*/
|
||||
|
||||
package conn
|
||||
|
||||
import "net"
|
||||
|
||||
func supportsUDPOffload(conn *net.UDPConn) (txOffload, rxOffload bool) {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user