Skip to main content

Udp Local

UDP component that binds to a local UDP socket and "listens" for incoming packets.

Tags: IO, NETWORKING, INGRESS, EGRESS

FieldTypeOptionalDescriptionDefault Value
InputStringYes
OutputStringNo
MtuInt32Yes1452
AddressStringNo127.0.0.1:1234
InterfaceStringYeseth0
BackendBackendYesThe override the backend to use for the UDP component. This is useful for debugging and testing purposes. Options prefixed with LINUX_ are have specific acceleration only available on Linux systems, whereas generic is the simplest implementation and is available on all platforms.

Backend

Value
GENERIC
LINUX_NO_GRO
LINUX