Module endpoint

Module endpoint 

Source
Expand description

ProtocolEndpoint<P> — per-protocol reflector RX shell.

Holds the client pool, active stream cache, and protocol discriminator for one of the three D-STAR reflector protocols. ProtocolEndpoint::handle_inbound is the sans-io entry point; ProtocolEndpoint::run is the UDP pump plus the voice fan-out path.

Structs§

EndpointOutcome
Outbound result from a single ProtocolEndpoint::handle_inbound call.
ProtocolEndpoint
Per-protocol reflector endpoint.

Enums§

ShellError
Errors returned by the shell layer.