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

Public Member Functions | |
| MFTPSndAgent () | |
| virtual | ~MFTPSndAgent () |
| int | command (int argc, const char *const *argv) |
| void | recv (Packet *p, Handler *h) |
Protected Member Functions | |
| void | fill_read_ahead_buf () |
| void | init_user_file (unsigned long readAheadBufsize) |
| int | send_data () |
| void | send_status_request (unsigned long pass_nb, unsigned long block_lo, unsigned long block_hi, double txStatusDelay) |
| void | process_nak (hdr_mftp::Spec::Nak &nak, unsigned char *nak_bitmap, unsigned long currentPass) |
Protected Attributes | |
| int | readAheadBufsize_ |
| double | txStatusDelay_ |
| int | nakCount_ |
| unsigned char * | naks |
| unsigned char * | retx |
| unsigned long | fseek_offset |
| unsigned long | read_ahead_bufsize |
| unsigned long | CurrentPass |
| unsigned long | CurrentGroup |
| CW_PATTERN_t | CwPat |
| unsigned long | MinGroupNbInBuf |
| unsigned long | NbGroupsInBuf |
| Codeword | iterator |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|