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.