TcpSetOptionCommand
classBase class for TCP socket option control info classes.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description | 
|---|---|---|
| TcpCommand | class | 
 Control info for TCP connections. This class is to be set as control info (see cMessage::setControlInfo()) on all messages exchanged between TCP and application, in both directions. Some commands and indications (TCP_C_OPEN_xxx, TCP_I_STATUS) use subclasses.  | 
   
Known subclasses
| Name | Type | Description | 
|---|---|---|
| TcpSetDscpCommand | class | (no description) | 
| TcpSetTimeToLiveCommand | class | (no description) | 
| TcpSetTosCommand | class | (no description) | 
Fields
| Name | Type | Description | 
|---|---|---|
| userId | int | 
 id than can be freely used by the app  | 
   
Source code
// // Base class for TCP socket option control info classes. // class TcpSetOptionCommand extends TcpCommand { }File: src/inet/transportlayer/contract/tcp/TcpCommand.msg