UDPLeaveMulticastSourcesCommand

Namespace inet

UDPLeaveMulticastSourcesCommand

class

Control info for letting an UDP socket to leave a multicast group for the selected sources.

see IP_DROP_SOURCE_MEMBERSHIP 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 leave a multicast group
// for the selected sources.
//
// see IP_DROP_SOURCE_MEMBERSHIP socket option
class UDPLeaveMulticastSourcesCommand extends UDPSetOptionCommand
{
    int interfaceId;
    L3Address multicastAddr;
    L3Address sourceList[];
}

File: src/inet/transportlayer/contract/udp/UDPControlInfo.msg