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

Public Member Functions | |
| AbsTcpAgent () | |
| void | timeout () |
| void | sendmsg (int pktcnt) |
| void | advanceby (int pktcnt) |
| void | start () |
| void | send_batch () |
| void | drop (int seqno) |
| void | finish () |
| void | recv (Packet *pkt, Handler *) |
| void | output (int seqno) |
| int & | flowid () |
| int | command (int argc, const char *const *argv) |
Protected Member Functions | |
| void | cancel_timer () |
| void | set_timer (double time) |
Protected Attributes | |
| double | rtt_ |
| FSMState * | current_ |
| int | offset_ |
| int | seqno_lb_ |
| int | connection_size_ |
| AbsTcpTimer | timer_ |
| int | rescheduled_ |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|