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