| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <pushback-queue.h>
Inheritance diagram for PushbackQueue:

Public Member Functions | |
| PushbackQueue (const char *const) | |
| virtual void | reportDrop (Packet *pkt) |
| void | enque (Packet *p) |
| int | command (int, const char *const *) |
| void | timeout (int) |
| double | getBW () |
| double | getRate () |
| double | getDropRate () |
Public Attributes | |
| PushbackAgent * | pushback_ |
| int | verbose_ |
| RateLimitSessionList * | rlsList_ |
| RateEstimator * | rateEstimator_ |
Protected Attributes | |
| int | pushbackID_ |
| int | src_ |
| int | dst_ |
| int | rate_limiting_ |
| EDQueueMonitor * | qmon_ |
| PushbackQueueTimer * | timer_ |
| NsObject * | RLDropTrace_ |
|
|
|
|
||||||||||||
|
Reimplemented from REDQueue. |
|
|
Reimplemented from REDQueue. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from REDQueue. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|