Namespace inet::sctp
SctpAbortChunk
class(no description)
Extends
Name | Type | Description |
---|---|---|
SctpChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
T_Bit | bool |
Chunk Flags |
Source code
class SctpAbortChunk extends SctpChunk { // Chunk Flags bool T_Bit = 0; }File: src/inet/transportlayer/sctp/SctpHeader.msg