Namespace inet
MulticastReq
classDetermines 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)
tagAction | module |
---|---|
addTag | Udp |
findTag | Ipv4, 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