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 1136 of file gnunet-service-transport.c.
struct GNUNET_TIME_Relative PerformanceData::aged_rtt |
Weighted average for the RTT.
Definition at line 1141 of file gnunet-service-transport.c.
Referenced by encapsulate_for_dv(), 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 1147 of file gnunet-service-transport.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 1153 of file gnunet-service-transport.c.
Referenced by update_pd_age().