Struct TCPPayloadMessage

File: src/inet/transportlayer/tcp_common/TCPSegment.msg

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
endSequenceNo unsigned int
msg cPacketPtr

pointer to payload msg

Source code:

struct TCPPayloadMessage
{
    unsigned int endSequenceNo;
    cPacketPtr msg = nullptr;      // pointer to payload msg
}