C++ definition: click here
Consumes and prints packets received from the IP module. Compatible with both IPv4 and IPv6.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Direction | Size | Description |
---|---|---|---|
ipIn | input | ||
ipv6In | input | ||
ipOut | output | ||
ipv6Out | output |
// // Consumes and prints packets received from the IP module. // Compatible with both IPv4 and IPv6. // simple IPTrafSink like IPTrafficGenerator { gates: input ipIn; input ipv6In; output ipOut; output ipv6Out; }