MulticastReq

Namespace inet

MulticastReq

class

Determines the multicast loop mode

Extends

Name Type Description
TagBase (unknown -- not in documented files)

Fields

Name Type Description
multicastLoop bool

if true, sent multicast datagrams will be looped back

Shared Tagging operations (observed)

tagActionmodule
addTagUdp
findTagIpv4, Udp

Source code

//
// Determines the multicast loop mode
//
class MulticastReq extends TagBase
{
    bool multicastLoop = false;   // if true, sent multicast datagrams will be looped back
}
File: src/inet/networklayer/common/MulticastTag.msg