UDP listener config

Listener configuration overview

config.listener.v3.UdpListenerConfig

[config.listener.v3.UdpListenerConfig proto]

{
  "downstream_socket_config": "{...}"
}
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.

config.listener.v3.ActiveRawUdpListenerConfig

[config.listener.v3.ActiveRawUdpListenerConfig proto]