Skip to main content

Udp

Component to send and receive data using UDP.

Tags: NETWORKING, IO, INGRESS, EGRESS

FieldTypeOptionalDescriptionDefault Value
InputStringYes
OutputStringYes
Local AddressStringYesLocal address to receive packets. If set without a remote address, incoming packets are dropped until a packet is received, and the remote address then becomes the source.127.0.0.1:1234
Remote AddressStringYesRemote address to send packets to.10.0.0.1:1234
InterfaceStringYesInterface to bind to, leave unset to determined by either local or remote address.eth0
MtuInt32YesMaximum transmission unit (MTU) in bytes.1452
Socket Buffer SizeInt32YesSocket buffer size in bytes.2097152
Multicast TtlUint32YesThe multicast time-to-live (TTL) value.1
Multicast GroupStringYesThe multicast group to join.244.0.0.1
Lock To First PeerBoolNoDetermines if the UDP socket should lock to the first peer it receives a packet from. Meaning that it will only send and receive packets from that peer.true