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

Public Member Functions | |
| RBPRenoTcpAgent () | |
| virtual void | recv (Packet *pkt, Handler *) |
| virtual void | timeout (int tno) |
| virtual void | send_much (int force, int reason, int maxburst) |
Public Attributes | |
| double | rbp_scale_ |
Protected Types | |
| enum | rbp_modes { RBP_GOING, RBP_POSSIBLE, RBP_OFF } |
Protected Member Functions | |
| void | paced_send_one () |
| int | able_to_rbp_send_one () |
Protected Attributes | |
| int | rbp_segs_actually_paced_ |
| enum rbp_modes | rbp_mode_ |
| double | rbp_inter_pace_delay_ |
| RBPRenoPaceTimer | pace_timer_ |
Friends | |
| class | RBPRenoPaceTimer |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from RenoTcpAgent. |
|
||||||||||||||||
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from RenoTcpAgent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|