UDP Listener Config
Listener configuration overview
config.listener.v3.UdpListenerConfig
[config.listener.v3.UdpListenerConfig proto]
{
"udp_listener_name": "...",
"typed_config": "{...}"
}
udp_listener_name
(string) Used to look up UDP listener factory, matches “raw_udp_listener” or “quic_listener” to create a specific udp listener. If not specified, treat as “raw_udp_listener”.
typed_config
(Any) Used to create a specific listener factory. To some factory, e.g. “raw_udp_listener”, config is not needed.
config.listener.v3.ActiveRawUdpListenerConfig
[config.listener.v3.ActiveRawUdpListenerConfig proto]
{}
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .