Namespace inet
UDPBlockMulticastSourcesCommand
classControl info for letting an UDP socket to block multicast traffic from specific sources after joining a multicast group.
see IP_BLOCK_SOURCE socket option
Extends
| Name | Type | Description |
|---|---|---|
| UDPSetOptionCommand | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| interfaceId | int | |
| multicastAddr | L3Address | |
| sourceList | L3Address[] |
Source code
// // Control info for letting an UDP socket to block multicast traffic from // specific sources after joining a multicast group. // // see IP_BLOCK_SOURCE socket option class UDPBlockMulticastSourcesCommand extends UDPSetOptionCommand { int interfaceId; L3Address multicastAddr; L3Address sourceList[]; }File: src/inet/transportlayer/contract/udp/UDPControlInfo.msg