Udp Multicast Sender
UDP multicast component that is meant to be used to send to remote UDP multicast socket. If you want to "listen" on a UDP socket, use the UdpMulticastListener component.
Tags: IO, NETWORKING, INGRESS, EGRESS
| Field | Type | Label | Description | Default Value |
|---|---|---|---|---|
| Multicast Ttl | Uint32 | Optional | The multicast time-to-live (TTL) value. | 1 |
| Local Loopback | Bool | Optional | Enable/disable local loopback | false |
| Input | String | |||
| Interface | String | The interface that the socket should be bound to. | eth0 | |
| Local Address | String | the local address of the interface that the socket should be bound to. | 127.0.0.1 | |
| Mtu | Int32 | Optional | 1452 |