Update dependencies
This commit is contained in:
14
vendor/tailscale.com/wgengine/magicsock/batching_conn_default.go
generated
vendored
Normal file
14
vendor/tailscale.com/wgengine/magicsock/batching_conn_default.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !linux
|
||||
|
||||
package magicsock
|
||||
|
||||
import (
|
||||
"tailscale.com/types/nettype"
|
||||
)
|
||||
|
||||
func tryUpgradeToBatchingConn(pconn nettype.PacketConn, _ string, _ int) nettype.PacketConn {
|
||||
return pconn
|
||||
}
|
||||
Reference in New Issue
Block a user