Home

envoy.config.core.v3.UdpSocketConfig

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.core.v3.UdpSocketConfig
.withMaxRxDatagramSize(1)
.withPreferGro(false)
._validate()

Fields

Name Type One-of group Required Constraints
max_rx_datagram_size google.protobuf.UInt64Value   {"Uint64":{"gt":0,"lt":65536}}
prefer_gro google.protobuf.BoolValue