Namespace inet::tcp
TcpOptionNop
class(no description)
Extends
Name | Type | Description |
---|---|---|
TcpOption | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
kind | ||
length |
Source code
class TcpOptionNop extends TcpOption { kind = TCPOPTION_NO_OPERATION; length = 1; }File: src/inet/transportlayer/tcp_common/TcpHeader.msg