QUIC listener Config¶
config.listener.v3.QuicProtocolOptions¶
[config.listener.v3.QuicProtocolOptions proto]
Configuration specific to the QUIC protocol. Next id: 5
{
"max_concurrent_streams": "{...}",
"idle_timeout": "{...}",
"crypto_handshake_timeout": "{...}",
"enabled": "{...}"
}
- max_concurrent_streams
(UInt32Value) Maximum number of streams that the client can negotiate per connection. 100 if not specified.
- idle_timeout
(Duration) Maximum number of milliseconds that connection will be alive when there is no network activity. 300000ms if not specified.
- crypto_handshake_timeout
(Duration) Connection timeout in milliseconds before the crypto handshake is finished. 20000ms if not specified.
- enabled
(config.core.v3.RuntimeFeatureFlag) Runtime flag that controls whether the listener is enabled or not. If not specified, defaults to enabled.