SctpAuthenticationChunk

Namespace inet::sctp

SctpAuthenticationChunk

class

(no description)

Extends

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

Fields

Name Type Description
sharedKey uint16_t
hMacIdentifier uint16_t
hMacOk bool
HMAC uint32_t[]

Source code

class SctpAuthenticationChunk extends SctpChunk
{
    uint16_t sharedKey;
    uint16_t hMacIdentifier;
    bool hMacOk;
    uint32_t HMAC[];
}

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