local types = import 'types.libsonnet'; types.envoy.config.core.v3.UdpSocketConfig .withMaxRxDatagramSize(1) .withPreferGro(false) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| max_rx_datagram_size | google.protobuf.UInt64Value |
{"Uint64":{"gt":0,"lt":65536}}
|
||
| prefer_gro | google.protobuf.BoolValue |
|