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

Public Member Functions | |
| RFC793eduTcpAgent () | |
| virtual void | rtt_backoff () |
| virtual void | rtt_update (double tao) |
| virtual void | recv (Packet *, Handler *) |
| virtual void | opencwnd () |
| virtual void | output (int seqno, int reason=0) |
| void | reset () |
| virtual void | recv_newack_helper (Packet *) |
| void | newack (Packet *) |
Protected Member Functions | |
| virtual void | delay_bind_init_all () |
| virtual int | delay_bind_dispatch (const char *varName, const char *localName, TclObject *tracer) |
Protected Attributes | |
| int | add793expbackoff_ |
| int | add793jacobsonrtt_ |
| int | add793fastrtx_ |
| int | add793slowstart_ |
| int | add793additiveinc_ |
| int | add793karnrtt_ |
| int | add793exponinc_ |
| double | rto_ |
|
|
|
|
||||||||||||||||
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
||||||||||||
|
Reimplemented from TcpAgent. |
|
||||||||||||
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
Reimplemented from TcpAgent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|