|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:121 by opp_msgtool.
More...
#include <TcpHeader_m.h>
Public Member Functions | |
| TcpOptionMaxSegmentSize () | |
| TcpOptionMaxSegmentSize (const TcpOptionMaxSegmentSize &other) | |
| virtual | ~TcpOptionMaxSegmentSize () |
| TcpOptionMaxSegmentSize & | operator= (const TcpOptionMaxSegmentSize &other) |
| virtual TcpOptionMaxSegmentSize * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint16_t | getMaxSegmentSize () const |
| virtual void | setMaxSegmentSize (uint16_t maxSegmentSize) |
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 TcpOptionMaxSegmentSize &)=delete |
Protected Member Functions inherited from inet::tcp::TcpOption | |
| bool | operator== (const TcpOption &)=delete |
Protected Attributes | |
| uint16_t | maxSegmentSize = 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 TcpOptionMaxSegmentSize &other) |
Class generated from inet/transportlayer/tcp_common/TcpHeader.msg:121 by opp_msgtool.
class TcpOptionMaxSegmentSize extends TcpOption { kind = TCPOPTION_MAXIMUM_SEGMENT_SIZE; length = 4; uint16_t maxSegmentSize; // uint16_t }
| inet::tcp::TcpOptionMaxSegmentSize::TcpOptionMaxSegmentSize | ( | ) |
| inet::tcp::TcpOptionMaxSegmentSize::TcpOptionMaxSegmentSize | ( | const TcpOptionMaxSegmentSize & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TcpOption.
|
virtual |
Referenced by inet::tcp::TcpConnection::processMSSOption().
| TcpOptionMaxSegmentSize& inet::tcp::TcpOptionMaxSegmentSize::operator= | ( | const TcpOptionMaxSegmentSize & | 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 |