H3-MASQUE¶
Name: h3-masque
Status: Alpha
The H3-MASQUE dialer establishes HTTP/3 connections over QUIC and supports both UDP data forwarding via HTTP/3 datagrams (RFC 9298 CONNECT-UDP) and TCP stream forwarding via HTTP/3 streams.
The H3-MASQUE dialer supports multiplexing, reusing QUIC connections through a connection pool for improved performance.
Limitations
The H3-MASQUE dialer must be used together with the MASQUE connector to build a UDP/TCP proxy service based on the MASQUE protocol.
Parameters¶
host(string)- HTTP request
Hostheader field value keepAlive(bool, default=false)- Enable keepalive.
ttl(duration, default=10s)- Keepalive period, effective when
keepAliveis true. handshakeTimeout(duration, default=5s)- Handshake timeout
maxIdleTimeout(duration, default=30s)- Max idle timeout
maxStreams(int, default=100)- Max concurrent streams
For TLS configuration, refer to TLS Configuration.