Udp Local
UDP component that binds to a local UDP socket and "listens" for incoming packets.
Tags: IO
, NETWORKING
, INGRESS
, EGRESS
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | Yes | ||
Output | String | No | ||
Mtu | Int32 | Yes | 1452 | |
Address | String | No | 127.0.0.1:1234 | |
Interface | String | Yes | eth0 | |
Backend | Backend | Yes | The 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 |