Namespace inet::sctp
SctpCookieEchoChunk
class(no description)
Extends
Name | Type | Description |
---|---|---|
SctpChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
cookie | char[] | |
stateCookie | SctpCookie | |
unrecognizedParameters | uint8_t[] |
for the serializer to send an Error chunk bundled with a Cookie-Echo |
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