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

Public Member Functions | |
| SRR () | |
| virtual int | command (int argc, const char *const *argv) |
| Packet * | deque (void) |
| void | enque (Packet *pkt) |
| void | clear () |
| PacketSRR * | getMaxflow () |
| int | length () |
| int | blength () |
| int | add_to_WM (int queueid, int weight) |
| int | del_from_WM (int queueid, int weight) |
| wm_node * | getNextNode () |
Public Attributes | |
| int | maxqueuenumber_ |
| int | blimit_ |
| int | bytecnt |
| int | pktcnt |
| int | flwcnt |
| int | last_queueid |
| int | last_size |
| PacketSRR | srr [MAXFLOW] |
| int | f2q [MAXFLOW] |
| int | private_rate [MAXFLOW] |
| int | mtu_ |
| int | granularity_ |
| int | maxRate |
| int | minRate |
| WSS | wss |
| wm_node | wmHead [MAXWSSORDER] |
| wm_node | wmTail [MAXWSSORDER] |
| wm_node * | pwmCurr |
| wm_node * | pRowHead [MAXFLOW] |
| wm_node * | pRowTail [MAXFLOW] |
| int | wmEmptyFlag |
| int | maxColumn |
| int | currMaxColumn |
| int | min_quantum |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Connector. |
|
||||||||||||
|
|
|
|
Implements Queue< T >. |
|
|
Implements Queue< T >. |
|
|
|
|
|
|
|
|
Reimplemented from Queue< T >. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|