Message SCTPHeartbeatChunk

File: src/transport/sctp/SCTPMessage.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.

Extends:

Name Type Description
SCTPChunk message (no description)

Fields:

Name Type Description
remoteAddr IPvXAddress
timeField simtime_t
info char[]
chunkType uint8

Chunk Type

Source code:

message SCTPHeartbeatChunk extends SCTPChunk
{
    IPvXAddress remoteAddr;
    simtime_t timeField;
    char info[];
}