QUIC listener Config
config.listener.v3.QuicProtocolOptions
[config.listener.v3.QuicProtocolOptions proto]
Configuration specific to the QUIC protocol. Next id: 4
{
"max_concurrent_streams": "{...}",
"idle_timeout": "{...}",
"crypto_handshake_timeout": "{...}"
}
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.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .