GNUnet 0.21.1
PerformanceData Struct Reference

Performance data for a transmission possibility. More...

Collaboration diagram for PerformanceData:
[legend]

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...
 

Detailed Description

Performance data for a transmission possibility.

Definition at line 1121 of file gnunet-service-transport.c.

Field Documentation

◆ aged_rtt

struct GNUNET_TIME_Relative PerformanceData::aged_rtt

Weighted average for the RTT.

Definition at line 1126 of file gnunet-service-transport.c.

Referenced by encapsulate_for_dv(), learn_dv_path(), and update_performance_data().

◆ the

struct TransmissionHistoryEntry PerformanceData::the[4]

Historic performance data, using a ring buffer of::GOODPUT_AGING_SLOTS entries.

Definition at line 1132 of file gnunet-service-transport.c.

Referenced by update_pd_age(), and update_performance_data().

◆ last_age

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 1138 of file gnunet-service-transport.c.

Referenced by update_pd_age().


The documentation for this struct was generated from the following file: