Expand description
Unified listener — one UDP endpoint that accepts both raw-QUIC MoQT and WebTransport clients, dispatching per connection based on the ALPN the client negotiated during the TLS handshake.
Structs§
- Listener
- A transport-agnostic MoQT listener that accepts both raw-QUIC and WebTransport clients on the same UDP port.
- Listener
Config - Configuration for the proxy’s listener.
Enums§
- Accepted
Conn - A client connection that has completed its handshake and is ready for MoQT session handling.
Constants§
- H3_ALPN 🔒
- WebTransport ALPN identifier.
Functions§
- advertised_
alpns 🔒 - Build the ALPN list the server advertises to clients — every MoQT
QUIC ALPN we support, plus
h3when the WebTransport feature is on.