Performance data for a transmission possibility. More...
Data Fields | |
| struct GNUNET_TIME_Relative | aged_rtt |
| Weighted average for the RTT. | |
| struct TransmissionHistoryEntry | the [4] |
| Historic performance data, using a ring buffer of::GOODPUT_AGING_SLOTS entries. | |
| unsigned int | last_age |
| What was the last age when we wrote to the? Used to clear old entries when the age advances. | |
Performance data for a transmission possibility.
Definition at line 1146 of file gnunet-service-transport.c.
| struct GNUNET_TIME_Relative PerformanceData::aged_rtt |
Weighted average for the RTT.
Definition at line 1151 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 1157 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 1163 of file gnunet-service-transport.c.
Referenced by update_pd_age().