|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:102 by opp_msgtool.
More...
#include <TcpHeader_m.h>
Public Member Functions | |
| TcpOption () | |
| TcpOption (const TcpOption &other) | |
| virtual | ~TcpOption () |
| TcpOption & | operator= (const TcpOption &other) |
| virtual TcpOption * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual TcpOptionNumbers | getKind () const |
| virtual void | setKind (TcpOptionNumbers kind) |
| virtual unsigned short | getLength () const |
| virtual void | setLength (unsigned short length) |
Protected Member Functions | |
| bool | operator== (const TcpOption &)=delete |
Protected Attributes | |
| TcpOptionNumbers | kind = static_cast<inet::tcp::TcpOptionNumbers>(-1) |
| unsigned short | length = 1 |
Private Member Functions | |
| void | copy (const TcpOption &other) |
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:102 by opp_msgtool.
// Header Options (optional): class TcpOption extends cObject { @packetData; TcpOptionNumbers kind; // option kind unsigned short length = 1; // option length }
| inet::tcp::TcpOption::TcpOption | ( | ) |
| inet::tcp::TcpOption::TcpOption | ( | const TcpOption & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
Referenced by inet::tcp::TcpHeader::getHeaderOptionArrayLength(), inet::tcp::TcpConnection::processMSSOption(), inet::tcp::TcpConnection::processSACKOption(), inet::tcp::TcpConnection::processSACKPermittedOption(), inet::tcp::TcpConnection::processTSOption(), inet::tcp::TcpConnection::processWSOption(), inet::tcp::TcpConnection::readHeaderOptions(), inet::tcp::TcpHeaderSerializer::serialize(), and inet::tcp::TcpHeaderSerializer::serializeOption().
|
protecteddelete |
|
overridevirtual |
Reimplemented in inet::tcp::TcpOptionUnknown, inet::tcp::TcpOptionTimestamp, inet::tcp::TcpOptionSack, inet::tcp::TcpOptionSackPermitted, inet::tcp::TcpOptionWindowScale, inet::tcp::TcpOptionMaxSegmentSize, inet::tcp::TcpOptionNop, and inet::tcp::TcpOptionEnd.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::tcp::TcpOptionUnknown, inet::tcp::TcpOptionTimestamp, inet::tcp::TcpOptionSack, inet::tcp::TcpOptionSackPermitted, inet::tcp::TcpOptionWindowScale, inet::tcp::TcpOptionMaxSegmentSize, inet::tcp::TcpOptionNop, and inet::tcp::TcpOptionEnd.
Referenced by inet::tcp::doParsimUnpacking().
|
virtual |
|
virtual |
Referenced by inet::tcp::TcpConnection::addSacks().
|
protected |
|
protected |