package
1.79.0-mod
Repository: https://github.com/sagernet/tailscale.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Std implements PacketListener using the Go net package's ListenPacket func.

# Interfaces

ConnPacketConn is the interface that's a superset of net.Conn and net.PacketConn.
PacketConn is like a net.PacketConn but uses the newer netip.AddrPort write/read methods.
PacketListener defines the ListenPacket method as implemented by net.ListenConfig, net.ListenPacket, and tstest/natlab.
No description provided by the author