Home

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

Name Type One-of group Required Constraints
connection_id_generator_config envoy.config.core.v3.TypedExtensionConfig  
crypto_handshake_timeout google.protobuf.Duration  
crypto_stream_config envoy.config.core.v3.TypedExtensionConfig  
enabled envoy.config.core.v3.RuntimeFeatureFlag  
idle_timeout google.protobuf.Duration  
packets_to_read_to_connection_count_ratio google.protobuf.UInt32Value   {"Uint32":{"gte":1}}
proof_source_config envoy.config.core.v3.TypedExtensionConfig  
quic_protocol_options envoy.config.core.v3.QuicProtocolOptions