#include <MNTFRCRecv.h>
Collaboration diagram for MNTFRCRecv:
Public Member Functions | |
MNTFRCRecv () | |
virtual | ~MNTFRCRecv () |
bool | packet_received (tfrc_payload *packet, u_int16 seqnum, u_int32 ts, size_t length, LCfeedb_tfrc_t *reply) |
Protected Attributes | |
int | _ppl_cur |
int | _ppl_hist [HIST_SIZE] |
int | _ts_hist [HIST_SIZE] |
int | _seq_hist [HIST_SIZE] |
int | _ppl [MAX_WEIGHTS+1] |
int | _num_loss |
int | _weights |
int | _const_weights |
int | _data_per_report |
u_int32 | _round |
u_int32 | _mode |
int32 | _mseq_offs |
int32 | _high_offs |
int32 | _ppl_start |
int32 | _ppl_end |
int64 | _last_report |
float | _weight [MAX_WEIGHTS] |
float | _new_mult |
double | _rtt_ema |
Timeval | _start_time |
Timeval | _old_time |
bool | _first |
MNMutex | _timer_mutex |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|