SctpResetReq

SctpResetReq

class

C++ definition

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
SctpCommandReq class (no description)

Fields

Name Type Description
requestType unsigned short
instreams uint16_t
outstreams uint16_t
streams uint16_t[]
socketId int

identifies the socket within the application

sid int
numMsgs int
ssn int
sendUnordered unsigned short
prValue double
localAddr L3Address
remoteAddr L3Address
localPort int
remotePort int
gate int
fd int

Source code

class SctpResetReq extends SctpCommandReq
{
    unsigned short requestType = 0;
    uint16_t instreams = 0;
    uint16_t outstreams = 0;
    uint16_t streams[];
}

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