envoy.config.listener.v3.QuicProtocolOptions
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.config.listener.v3.QuicProtocolOptions
.withConnectionIdGeneratorConfig(types.envoy.config.core.v3.TypedExtensionConfig)
.withCryptoHandshakeTimeout(types.google.protobuf.Duration)
.withCryptoStreamConfig(types.envoy.config.core.v3.TypedExtensionConfig)
.withEnabled(types.envoy.config.core.v3.RuntimeFeatureFlag)
.withIdleTimeout(types.google.protobuf.Duration)
.withPacketsToReadToConnectionCountRatio(1)
.withProofSourceConfig(types.envoy.config.core.v3.TypedExtensionConfig)
.withQuicProtocolOptions(types.envoy.config.core.v3.QuicProtocolOptions)
._validate()
Fields