Performance data for a transmission possibility. More...
Data Fields | |
struct GNUNET_TIME_Relative | aged_rtt |
Weighted average for the RTT. More... | |
struct TransmissionHistoryEntry | the [4] |
Historic performance data, using a ring buffer of::GOODPUT_AGING_SLOTS entries. More... | |
unsigned int | last_age |
What was the last age when we wrote to the? Used to clear old entries when the age advances. More... | |
Performance data for a transmission possibility.
Definition at line 1093 of file gnunet-service-tng.c.
struct GNUNET_TIME_Relative PerformanceData::aged_rtt |
Weighted average for the RTT.
Definition at line 1086 of file gnunet-service-tng.c.
Referenced by learn_dv_path(), and update_performance_data().
struct TransmissionHistoryEntry PerformanceData::the[4] |
Historic performance data, using a ring buffer of::GOODPUT_AGING_SLOTS entries.
Definition at line 1086 of file gnunet-service-tng.c.
Referenced by update_pd_age(), and update_performance_data().
unsigned int PerformanceData::last_age |
What was the last age when we wrote to the? Used to clear old entries when the age advances.
Definition at line 1110 of file gnunet-service-tng.c.
Referenced by update_pd_age().