package
0.0.0-20230720020150-a7b2fa340c66
Repository: https://github.com/bugfan/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
No description provided by the author

# Variables

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

# Structs

LinuxSocketBind uses sendmsg and recvmsg to implement a full bind with sticky sockets on Linux.
No description provided by the author
StdNetBind is meant to be a temporary solution on platforms for which the sticky socket / source caching behavior has not yet been implemented.

# 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.

# Type aliases

A ReceiveFunc receives a single inbound packet from the network.
No description provided by the author