|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:128 by opp_msgtool.
More...
#include <TcpHeader_m.h>
Public Member Functions | |
| TcpOptionWindowScale () | |
| TcpOptionWindowScale (const TcpOptionWindowScale &other) | |
| virtual | ~TcpOptionWindowScale () |
| TcpOptionWindowScale & | operator= (const TcpOptionWindowScale &other) |
| virtual TcpOptionWindowScale * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual unsigned short | getWindowScale () const |
| virtual void | setWindowScale (unsigned short windowScale) |
Public Member Functions inherited from inet::tcp::TcpOption | |
| TcpOption () | |
| TcpOption (const TcpOption &other) | |
| virtual | ~TcpOption () |
| TcpOption & | operator= (const TcpOption &other) |
| 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 TcpOptionWindowScale &)=delete |
Protected Member Functions inherited from inet::tcp::TcpOption | |
| bool | operator== (const TcpOption &)=delete |
Protected Attributes | |
| unsigned short | windowScale = 0 |
Protected Attributes inherited from inet::tcp::TcpOption | |
| TcpOptionNumbers | kind = static_cast<inet::tcp::TcpOptionNumbers>(-1) |
| unsigned short | length = 1 |
Private Member Functions | |
| void | copy (const TcpOptionWindowScale &other) |
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:128 by opp_msgtool.
class TcpOptionWindowScale extends TcpOption { kind = TCPOPTION_WINDOW_SCALE; length = 3; unsigned short windowScale; // uint8_t }
| inet::tcp::TcpOptionWindowScale::TcpOptionWindowScale | ( | ) |
| inet::tcp::TcpOptionWindowScale::TcpOptionWindowScale | ( | const TcpOptionWindowScale & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TcpOption.
|
virtual |
| TcpOptionWindowScale& inet::tcp::TcpOptionWindowScale::operator= | ( | const TcpOptionWindowScale & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::tcp::TcpOption.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::tcp::TcpOption.
Referenced by inet::tcp::doParsimUnpacking().
|
virtual |
Referenced by inet::tcp::TcpConnection::writeHeaderOptions().
|
protected |