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

Public Member Functions | |
| DropTail () | |
| ~DropTail () | |
Protected Member Functions | |
| void | reset () |
| int | command (int argc, const char *const *argv) |
| void | enque (Packet *) |
| Packet * | deque () |
| void | shrink_queue () |
| void | print_summarystats () |
Protected Attributes | |
| PacketQueue * | q_ |
| int | drop_front_ |
| int | summarystats |
| int | qib_ |
| int | mean_pktsize_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Connector. Reimplemented in PriQueue. |
|
|
Implements Queue< T >. |
|
|
Implements Queue< T >. |
|
|
|
|
|
Reimplemented from Queue< T >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|