Structs§
- Listener
- Creates inbound connections with other peers. Generic over the
codec applied to the framed accepted streams so the same accept
machinery serves the peer data-plane (
PeerNetMsgCodec) and the kademlia lookup-plane (KadNetMsgCodec).
Enums§
- Stream
Listener 🔒 - Listener for byte-stream transports (TCP, TLS). Each
acceptyields a singleBox<dyn ByteStream>. QUIC uses a separateStreamMuxpath.