Module builder

Module builder 

Source
Expand description

SCION stack builder.

Structs§

ScionStackBuilder
Builder for creating a ScionStack.
SnapUnderlayConfig
SNAP underlay configuration.
SnapUnderlayConfigBuilder
SNAP underlay configuration builder.
UdpUnderlayConfig
UDP underlay configuration.
UdpUnderlayConfigBuilder
UDP underlay configuration builder.

Enums§

BuildScionStackError
Build SCION stack errors.
BuildSnapScionStackError
Build SNAP SCION stack errors.
BuildUdpScionStackError
Build UDP SCION stack errors.
CrpcClientError
Connect RPC client error.

Constants§

DEFAULT_RECEIVE_CHANNEL_SIZE
Default size for the socket’s receive channel (in packets). 64KiB max payload size * 1000 ~= 64MiB if full.