Namespace inet::sctp
SctpSetPrimaryIPParameter
class(no description)
Extends
Name | Type | Description |
---|---|---|
SctpParameter | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
requestCorrelationId | uint32_t |
assigned by the sender to identify each request parameter |
addressParam | L3Address |
Source code
class SctpSetPrimaryIPParameter extends SctpParameter { uint32_t requestCorrelationId; //assigned by the sender to identify each request parameter L3Address addressParam; }File: src/inet/transportlayer/sctp/SctpHeader.msg