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

Public Member Functions | |
| FackTcpAgent () | |
| virtual | ~FackTcpAgent () |
| virtual void | recv (Packet *pkt, Handler *) |
| virtual void | timeout (int tno) |
| virtual void | opencwnd () |
| virtual int | window () |
| void | oldack (Packet *pkt) |
| int | maxsack (Packet *pkt) |
| void | plot () |
| void | reset () |
| virtual void | send_much (int force, int reason, int maxburst=0) |
| virtual void | recv_newack_helper (Packet *pkt) |
Protected Attributes | |
| u_char | timeout_ |
| u_char | fastrecov_ |
| double | wintrim_ |
| double | wintrimmult_ |
| int | rampdown_ |
| int | fack_ |
| int | retran_data_ |
| int | ss_div4_ |
| ScoreBoard * | scb_ |
Static Protected Attributes | |
| const int | SBSIZE = 1024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TcpAgent. |
|
|
|
|
||||||||||||
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
||||||||||||||||
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|