Placeholder for the IGMP protocol
author: Andras Varga
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
NetworkLayer | compound module |
Network layer of an IP node. |
Name | Value | Description |
---|---|---|
display | i=block/cogwheel_s |
Name | Direction | Size | Description |
---|---|---|---|
localIn | input |
delivered IGMP packets |
|
sendOut | output |
to IP |
// // Placeholder for the IGMP protocol // // author: Andras Varga // module IGMP { parameters: @display("i=block/cogwheel_s"); gates: input localIn @labels(IPControlInfo/up); // delivered IGMP packets output sendOut @labels(IPControlInfo/down); // to IP connections allowunconnected: }