Udp Remote
UDP component that is meant to be used to send to remote UDP socket. If you want to "listen" on a UDP socket, use the UdpLocal component.
Tags: IO
, NETWORKING
, INGRESS
, EGRESS
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | Yes | ||
Mtu | Int32 | Yes | 1452 | |
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 |