Expand description
The server of the SNAPtun protocol.
As the underlying protocol is symmetric (both peers can act as initiator/responders that establish a session), technically, there is no server. The term “server” here just refers to and endpoint that manages multiple peers.
Structs§
- Snap
TunServer - The SnapTunServer manages one Tunn per remote socket address.
Traits§
- Snap
TunAuthorization - Authorization layer for the snaptun server.