SctpChunk

Namespace inet::sctp

SctpChunk

class

(no description)

Extends

Name Type Description
cPacket (unknown -- not in documented files)

Fields

Name Type Description
sctpChunkType uint8_t

Chunk Type

flags uint32_t
length unsigned short
chunkName char[]

Source code

class SctpChunk extends cPacket
{
    @packetData;
    // Chunk Type
    uint8_t sctpChunkType;
    uint32_t flags;
    unsigned short length = 0;
    char chunkName[];
}

File: src/inet/transportlayer/sctp/SctpHeader.msg