Namespace inet
SctpSendReq
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| SctpCommandReq | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| prMethod | unsigned int | |
| last | bool | |
| ppid | unsigned int | |
| primary | bool | |
| sackNow | bool |
Shared Tagging operations (observed)
| tagAction | module |
|---|---|
| addTag | NetPerfMeter, SctpClient, SctpServer |
| findTag | Sctp |
| findTagForUpdate | SctpClient |
| getTag | Sctp |
Source code
class SctpSendReq extends SctpCommandReq { unsigned int prMethod; bool last; unsigned int ppid = 0; bool primary = true; bool sackNow = false; }File: src/inet/transportlayer/contract/sctp/SctpCommand.msg