Skip to main content

Module listener

Module listener 

Source
Expand description

Listening endpoint for quic://, quic4://, quic6:// URLs.

QuicListener wraps a Quinn [Endpoint] configured as a server and implements confium_net::Listener. Each accept drives the Quinn accept future on the listener’s owned runtime, then wraps the accepted Connection in a crate::QuicTransport, so accepted peers speak the same length-prefixed framing as dial-out peers.

Structs§

QuicListener
Listening endpoint for inbound QUIC connections.