#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.)
Definition at line 43 of file TCPTahoeRenoFamily.h.
TCPTahoeRenoFamily::TCPTahoeRenoFamily | ( | ) |
Ctor
Definition at line 46 of file flavours/TCPTahoeRenoFamily.cc.
: TCPBaseAlg(), state((TCPTahoeRenoFamilyStateVariables *&)TCPAlgorithm::state) { }
TCPTahoeRenoFamilyStateVariables*& TCPTahoeRenoFamily::state [protected] |
Reimplemented from TCPBaseAlg.
Reimplemented in TCPNewReno, TCPReno, and TCPTahoe.
Definition at line 46 of file TCPTahoeRenoFamily.h.