SctpStatusReq

Namespace inet

SctpStatusReq

class

(no description)

Extends

Name Type Description
SctpCommandReq (unknown -- not in documented files)

Fields

Name Type Description
state int
stateName string
pathId L3Address
active bool

Source code

class SctpStatusReq extends SctpCommandReq
{
    int state;
    string stateName;
    L3Address pathId;
    bool active;
}

File: src/inet/transportlayer/contract/sctp/SctpCommand.msg