小乔 Publish time 22-11-2017 16:56:50

SCTP cookie echo data block format

Network protocol message format

SCTP cookie echo data block format
Format of status cookie (cookie echo) data blockThis data block is only used when coupling is started. It is sent to the opposite end by the initiator of coupling to complete the starting process. This data block must be sent before the data block sent on the coupling, but it can be bundled into the same SCTP packet with other data blocks.Figure 1 SCTP cookie echo data block format
http://www.023wg.com/message/message/image/sctp-format-general-COOKIE-ECHO.png
Chunk flags (8bit): all zeros are set at the sender and ignored at the receiver.Length: (16 bit unsigned integer): the number of bytes set to the length of the data block, including the length of 4-byte data block header and cookie.Cookie (variable length): this field must contain the accurate cookie received from the state cookie parameter of the previous init ack data block. When using cookie, it should be as small as possible to ensure interoperability.

Message examplehttp://www.023wg.com/message/message/image/SCTP-example-COOCKIE_ECHO.png
Reference standard
standard
Pages: [1]
View full version: SCTP cookie echo data block format