Update dependencies
This commit is contained in:
13
vendor/tailscale.com/wgengine/magicsock/magicsock_notwindows.go
generated
vendored
Normal file
13
vendor/tailscale.com/wgengine/magicsock/magicsock_notwindows.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !windows
|
||||
|
||||
package magicsock
|
||||
|
||||
import (
|
||||
"tailscale.com/types/logger"
|
||||
"tailscale.com/types/nettype"
|
||||
)
|
||||
|
||||
func trySetUDPSocketOptions(pconn nettype.PacketConn, logf logger.Logf) {}
|
||||
Reference in New Issue
Block a user