SctpCookieEchoChunk

SctpCookieEchoChunk

class

C++ definition

(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 class (no description)

Fields

Name Type Description
cookie char[]
stateCookie SctpCookie
unrecognizedParameters uint8_t[]

for the serializer to send an Error chunk bundled with a Cookie-Echo

sctpChunkType uint8_t

Chunk Type

flags uint32_t
length unsigned short
chunkName char[]

Source code

class SctpCookieEchoChunk extends SctpChunk
{
    char cookie[];
    SctpCookie *stateCookie;
    uint8_t unrecognizedParameters[]; //for the serializer to send an Error chunk bundled with a Cookie-Echo
}

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