Skip to main content

Module conn_queue

Module conn_queue 

Source

Structs§

ConnQueue
FIFO of pending connections awaiting handshake.
QueuedConn
A connection queued for the PeerPool to handshake and turn into a Peer. Carries the raw split halves plus metadata.

Type Aliases§

PeerConnRef 🔒
Framed peer-data-plane connection used by the queue.