INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:167
by nedtool.
More...
#include <TCPSegment_m.h>
Public Member Functions | |
TCPOptionSack () | |
TCPOptionSack (const TCPOptionSack &other) | |
virtual | ~TCPOptionSack () |
TCPOptionSack & | operator= (const TCPOptionSack &other) |
virtual TCPOptionSack * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual void | setSackItemArraySize (unsigned int size) |
virtual unsigned int | getSackItemArraySize () const |
virtual SackItem & | getSackItem (unsigned int k) |
virtual const SackItem & | getSackItem (unsigned int k) const |
virtual void | setSackItem (unsigned int k, const SackItem &sackItem) |
Public Member Functions inherited from inet::tcp::TCPOption | |
TCPOption () | |
TCPOption (const TCPOption &other) | |
virtual | ~TCPOption () |
TCPOption & | operator= (const TCPOption &other) |
virtual unsigned short | getKind () const |
virtual void | setKind (unsigned short kind) |
virtual unsigned short | getLength () const |
virtual void | setLength (unsigned short length) |
Protected Member Functions | |
bool | operator== (const TCPOptionSack &) |
Protected Member Functions inherited from inet::tcp::TCPOption | |
bool | operator== (const TCPOption &) |
Protected Attributes | |
SackItem * | sackItem |
unsigned int | sackItem_arraysize |
Protected Attributes inherited from inet::tcp::TCPOption | |
unsigned short | kind |
unsigned short | length |
Private Member Functions | |
void | copy (const TCPOptionSack &other) |
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:167
by nedtool.
class TCPOptionSack extends TCPOption { kind = TCPOPTION_SACK; length = 2; // 2 + getSackArraySize() * 8 SackItem sackItem[]; }
inet::tcp::TCPOptionSack::TCPOptionSack | ( | ) |
inet::tcp::TCPOptionSack::TCPOptionSack | ( | const TCPOptionSack & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TCPOption.
|
virtual |
Referenced by inet::tcp::TCPConnection::addSacks(), and inet::tcp::TCPConnection::processSACKOption().
|
inlinevirtual |
Referenced by getSackItem().
|
virtual |
Referenced by inet::tcp::TCPConnection::processSACKOption().
TCPOptionSack& inet::tcp::TCPOptionSack::operator= | ( | const TCPOptionSack & | other | ) |
|
protected |
|
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::addSacks().
|
virtual |
Referenced by inet::tcp::TCPConnection::addSacks().
|
protected |
|
protected |