Control info to be used when setsockopt changes RtoInfo.
See also: SctpCommandCode, SCTP
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
SCTPCommand | packet |
Control info for SCTP connections. This message is to be set as control info (see cMessage::setControlInfo()) on all messages exchanged between SCTP and application, in both directions. Some commands and indications (SCTP_C_OPEN_xxx, SCTP_I_STATUS) use submessagees. |
Name | Type | Description |
---|---|---|
rtoInitial | double | |
rtoMin | double | |
rtoMax | double | |
assocId | 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 |
// // Control info to be used when setsockopt changes RtoInfo. // // @see ~SctpCommandCode, ~SCTP // message SCTPRtoInfo extends SCTPCommand { double rtoInitial; double rtoMin; double rtoMax; }