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

Public Member Functions | |
| NewRenoTcpAgent () | |
| virtual void | recv (Packet *pkt, Handler *) |
| virtual void | partialnewack_helper (Packet *pkt) |
| virtual void | dupack_action () |
Protected Member Functions | |
| void | partialnewack (Packet *pkt) |
| int | allow_fast_retransmit (int last_cwnd_action_) |
Protected Attributes | |
| int | newreno_changes_ |
| int | newreno_changes1_ |
| int | acked_ |
| int | new_ssthresh_ |
| double | ack2_ |
| double | ack3_ |
| double | basertt_ |
| int | firstpartial_ |
| int | partial_window_deflation_ |
| int | exit_recovery_fix_ |
|
|
|
|
|
Reimplemented from RenoTcpAgent. |
|
|
Reimplemented from RenoTcpAgent. |
|
|
|
|
|
Reimplemented from TcpAgent. Reimplemented in NewRenoTcpAsymFsAgent, and NewRenoTcpFsAgent. |
|
||||||||||||
|
Reimplemented from RenoTcpAgent. Reimplemented in QSNewRenoTcpAgent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|