Namespace inet::sctp
SctpCookie
class(no description)
Extends
Name | Type | Description |
---|---|---|
cNamedObject | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
creationTime | simtime_t | |
localTag | uint32_t | |
peerTag | uint32_t | |
localTieTag | uint8_t[] | |
peerTieTag | uint8_t[] | |
length | uint32_t |
Source code
class SctpCookie extends cNamedObject { simtime_t creationTime; uint32_t localTag; uint32_t peerTag; uint8_t localTieTag[]; uint8_t peerTieTag[]; uint32_t length; }File: src/inet/transportlayer/sctp/SctpHeader.msg