INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:116
by nedtool.
More...
#include <TCPSegment_m.h>
Public Member Functions | |
SackItem () | |
SackItem (const SackItem &other) | |
virtual | ~SackItem () |
SackItem & | operator= (const SackItem &other) |
virtual SackItem * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual unsigned int | getStart () const |
virtual void | setStart (unsigned int start) |
virtual unsigned int | getEnd () const |
virtual void | setEnd (unsigned int end) |
Protected Member Functions | |
bool | operator== (const SackItem &) |
Protected Attributes | |
unsigned int | start |
unsigned int | end |
Private Member Functions | |
void | copy (const SackItem &other) |
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:116
by nedtool.
// // This structure represents a single SACK (selective acknowledgment): // class SackItem { unsigned int start; // start seq no. of sack block unsigned int end; // end seq no. of sack block }
inet::tcp::SackItem::SackItem | ( | ) |
inet::tcp::SackItem::SackItem | ( | const SackItem & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::tcp::Sack_Base, and inet::tcp::Sack.
|
virtual |
|
virtual |
|
protected |
|
overridevirtual |
Reimplemented in inet::tcp::Sack_Base.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::tcp::Sack_Base.
Referenced by inet::tcp::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
Referenced by inet::tcp::Sack::clear(), inet::tcp::Sack::contains(), inet::tcp::Sack::empty(), and inet::tcp::Sack::str().
|
protected |
Referenced by inet::tcp::Sack::clear(), inet::tcp::Sack::contains(), inet::tcp::Sack::empty(), and inet::tcp::Sack::str().