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