Namespace inet
SctpCommandReq
class(no description)
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
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 |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | SctpClient, SctpServer, Sctp |
findTag | SctpServer, Sctp |
getTag | NetPerfMeter |
Source code
class SctpCommandReq extends TagBase { int socketId = -1; // identifies the socket within the application int sid = -1; int numMsgs = 1; int ssn = -1; unsigned short sendUnordered = false; double prValue = 0; L3Address localAddr; L3Address remoteAddr; int localPort = -1; int remotePort = -1; int gate = -1; int fd = -1; }File: src/inet/transportlayer/contract/sctp/SctpCommand.msg