Skip to main content

Module server

Module server 

Source
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§

SnapTunServer
The SnapTunServer manages one Tunn per remote socket address.

Traits§

SnapTunAuthorization
Authorization layer for the snaptun server.