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

Public Member Functions | |
| MFTPRcvAgent () | |
| ~MFTPRcvAgent () | |
| int | command (int argc, const char *const *argv) |
| void | recv (Packet *p, Handler *h) |
Protected Member Functions | |
| void | init () |
| void | addLine (unsigned long dtu_nb_from, unsigned long dtu_nb_to) |
| int | process_packet (CW_PATTERN_t cw_pat, unsigned long group_nb, unsigned long dtu_nb) |
| int | findStoreLocation (unsigned long group_nb, unsigned long seek_offset, unsigned long *dtu_nb) |
| void | cw_matrixlines_reset () |
| bool | is_group_full (unsigned long group_nb) |
| int | recv_data (hdr_mftp::Spec::Data &data) |
| void | recv_status_req (hdr_mftp::Spec::StatReq &statreq) |
| void | send_nak (unsigned long pass_nb, unsigned long block_nb) |
Protected Attributes | |
| ns_addr_t | reply_ |
| unsigned long | CurrentPass |
| unsigned long | CurrentGroup |
| CW_PATTERN_t | CwPat |
| unsigned long | FileDGramsReceived |
| unsigned long | FseekOffset |
| CW_MATRIXLINE_t * | cw_matrixline_buf |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from MFTPAgent. |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|