L4PortReq
classDetermines the source and destination L4 ports for an outgoing packet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
L4PortTagBase | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
srcPort | int |
may be unspecified |
destPort | int |
may be unspecified |
Source code
// // Determines the source and destination L4 ports for an outgoing packet. // class L4PortReq extends L4PortTagBase { }File: src/inet/transportlayer/common/L4PortTag.msg