Structs§
- Server
Auth - Authentication material and DoS bounds applied before a TCP connection may reach the frame router.
Enums§
Constants§
Functions§
- handle_
connection - Run the authenticated frame read -> route loop for one connection.
- serve_
listener - Serve an already-bound TCP listener. Each accepted connection gets its own async task so concurrent clients do not block the accept loop.
- serve_
listeners - Serve all already-bound loopback TCP listeners until one accept loop fails.