SctpSendQueueAbatedReq

SctpSendQueueAbatedReq

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
bytesAvailable uint64_t
bytesQueued uint64_t
bytesLimit uint64_t
queuedForStream uint64_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 SctpSendQueueAbatedReq extends SctpCommandReq
{
    uint64_t bytesAvailable;
    uint64_t bytesQueued;
    uint64_t bytesLimit;
    uint64_t queuedForStream[];
}

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