Crate snap_tun

Crate snap_tun 

Source
Expand description

SNAP tunnel library.

Modules§

client
SNAP tunnel client.
metrics
SNAP tunnel metrics.
requests
SNAP tunnel control requests.
server
The snaptun server.

Structs§

AddressAllocation
Address allocation.
AddressAllocationId
Address allocation identifier.

Enums§

AddressAllocationError
Address allocation error.

Constants§

IPV4_WILDCARD
Placeholder IPv4-Address that should be used by callers to AddressAllocator::allocate if the caller wants to request any of the available IPv4-addresses.
IPV6_WILDCARD
Placeholder IPv6-Address that should be used by callers to AddressAllocator::allocate if the caller wants to request any of the available IPv4-addresses.

Traits§

AddressAllocator
Address allocator trait.