INET Framework for OMNeT++/OMNEST
|
#include <TCPTahoeRenoFamily.h>
Public Member Functions | |
TCPTahoeRenoFamily () | |
Protected Attributes | |
TCPTahoeRenoFamilyStateVariables *& | state |
Provides utility functions to implement TCPTahoe, TCPReno and TCPNewReno. (TCPVegas should inherit from TCPBaseAlg instead of this one.)
TCPTahoeRenoFamily::TCPTahoeRenoFamily | ( | ) |
Ctor
: TCPBaseAlg(), state((TCPTahoeRenoFamilyStateVariables *&)TCPAlgorithm::state) { }
TCPTahoeRenoFamilyStateVariables*& TCPTahoeRenoFamily::state [protected] |
Reimplemented from TCPBaseAlg.
Reimplemented in TCPNewReno, TCPReno, and TCPTahoe.