| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Inheritance diagram for DRR:

Public Member Functions | |
| DRR () | |
| virtual int | command (int argc, const char *const *argv) |
| Packet * | deque (void) |
| void | enque (Packet *pkt) |
| int | hash (Packet *pkt) |
| void | clear () |
| int | length () |
| int | blength () |
Protected Member Functions | |
| PacketDRR * | getMaxflow (PacketDRR *curr) |
Protected Attributes | |
| int | buckets_ |
| int | blimit_ |
| int | quantum_ |
| int | mask_ |
| int | bytecnt |
| int | pktcnt |
| int | flwcnt |
| PacketDRR * | curr |
| PacketDRR * | drr |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Connector. |
|
|
Implements Queue< T >. |
|
|
Implements Queue< T >. |
|
|
|
|
|
|
|
|
Reimplemented from Queue< T >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|