UDP listener config

This documentation is for the Envoy v3 API.

As of Envoy v1.18 the v2 API has been removed and is no longer supported.

If you are upgrading from v2 API config you may wish to view the v2 API documentation:

Listener configuration overview

config.listener.v3.UdpListenerConfig

[config.listener.v3.UdpListenerConfig proto]

{
  "downstream_socket_config": "{...}",
  "quic_options": "{...}"
}
downstream_socket_config

(config.core.v3.UdpSocketConfig) UDP socket configuration for the listener. The default for prefer_gro is false for listener sockets. If receiving a large amount of datagrams from a small number of sources, it may be worthwhile to enable this option after performance testing.

quic_options

(config.listener.v3.QuicProtocolOptions) Configuration for QUIC protocol. If empty, QUIC will not be enabled on this listener. Set to the default object to enable QUIC without modifying any additional options.

Warning

QUIC support is currently alpha and should be used with caution. Please see here for details.

config.listener.v3.ActiveRawUdpListenerConfig

[config.listener.v3.ActiveRawUdpListenerConfig proto]