Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TCPTahoeRenoFamily Class Reference

#include <TCPTahoeRenoFamily.h>

Inheritance diagram for TCPTahoeRenoFamily:

TCPBaseAlg TCPAlgorithm TCPReno TCPTahoe List of all members.

Detailed Description

Provides utility functions to implement TCPTahoe, TCPReno and TCPNewReno. (TCPVegas should inherit from TCPBaseAlg instead of this one.)


Public Member Functions

 TCPTahoeRenoFamily ()

Protected Attributes

TCPTahoeRenoFamilyStateVariables *& state


Constructor & Destructor Documentation

TCPTahoeRenoFamily::TCPTahoeRenoFamily  ) 
 

Ctor

00047                                        : TCPBaseAlg(),
00048   state((TCPTahoeRenoFamilyStateVariables *&)TCPAlgorithm::state)
00049 {
00050 }


Member Data Documentation

TCPTahoeRenoFamilyStateVariables*& TCPTahoeRenoFamily::state [protected]
 

Reimplemented from TCPBaseAlg.

Reimplemented in TCPReno, and TCPTahoe.


The documentation for this class was generated from the following files:
Generated on Thu Oct 19 18:22:31 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0