INET Framework for OMNeT++/OMNEST
|
#include <TCPTahoeRenoFamily_old.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) { }
Reimplemented from tcp_old::TCPBaseAlg.
Reimplemented in tcp_old::TCPReno, and tcp_old::TCPTahoe.