MulticastReq
classDetermines the multicast loop mode
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Fields
Name | Type | Description |
---|---|---|
multicastLoop | bool |
if true, sent multicast datagrams will be looped back |
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