Книга: Iptables Tutorial 1.2.2
SCTP Generic header format
SCTP Generic header format
This is a generic overview of how a SCTP packet is laid out. Basically, you have a common header first with information describing the whole packet, and the source and destination ports etc. See more below for information on the common header.
After the common header a variable number of chunks are sent, up to the maximum possible in the MTU. All chunks can be bundled except for INIT, INIT ACK and SHUTDOWN COMPLETE, which must not be bundled. DATA chunks may be broken down to fit inside the MTU of the packets.
Оглавление статьи/книги
- SCTP Generic header format
- SCTP Common and generic headers
- SCTP ABORT chunk
- SCTP COOKIE ACK chunk
- SCTP COOKIE ECHO chunk
- SCTP DATA chunk
- SCTP ERROR chunk
- SCTP HEARTBEAT chunk
- SCTP HEARTBEAT ACK chunk
- SCTP INIT chunk
- SCTP INIT ACK chunk
- SCTP SACK chunk
- SCTP SHUTDOWN chunk
- SCTP SHUTDOWN ACK chunk
- SCTP SHUTDOWN COMPLETE chunk