Expand description
Experimental SIP-over-QUIC mapping from docs/specs/sip-quic.md.
QUIC is connection-oriented for transaction timers but message-oriented for framing: each
request gets one bidirectional stream, and responses return on that same stream. Certificate
policy is built in crate::tls and converted here; this module never installs a verifier.
Enumsยง
- Quic
Error - What failed while establishing or using a QUIC connection.