TcpSetTimeToLiveCommand
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description | 
|---|---|---|
| TcpSetOptionCommand | class | 
 Base class for TCP socket option control info classes.  | 
   
Fields
| Name | Type | Description | 
|---|---|---|
| ttl | int | |
| userId | int | 
 id than can be freely used by the app  | 
   
Source code
class TcpSetTimeToLiveCommand extends TcpSetOptionCommand { int ttl; }File: src/inet/transportlayer/contract/tcp/TcpCommand.msg