package
0.0.0-20250304000100-91a0587fb251
Repository: https://github.com/tailscale/wireguard-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

maximum number of packets handled per read and write.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
StdNetBind implements Bind for all platforms.
No description provided by the author

# Interfaces

A Bind listens on a port for both IPv6 and IPv4 UDP traffic.
BindSocketToInterface is implemented by Bind objects that support being tied to a single network interface.
An Endpoint maintains the source/destination caching for a peer.
PeekLookAtSocketFd is implemented by Bind objects that support having their file descriptor peeked at.
PeerAwareEndpoint is an optional Endpoint specialization for integrations that want to know about the outcome of cryptorouting identification.

# Type aliases

A ReceiveFunc receives at least one packet from the network and writes them into packets.