GNUnet  0.20.0
TransmissionHistoryEntry Struct Reference

Information we keep per GOODPUT_AGING_SLOTS about historic (or current) transmission performance. More...

Data Fields

uint64_t bytes_sent
 Number of bytes actually sent in the interval. More...
 
uint64_t bytes_received
 Number of bytes received and acknowledged by the other peer in the interval. More...
 

Detailed Description

Information we keep per GOODPUT_AGING_SLOTS about historic (or current) transmission performance.

Definition at line 1075 of file gnunet-service-tng.c.

Field Documentation

◆ bytes_sent

uint64_t TransmissionHistoryEntry::bytes_sent

Number of bytes actually sent in the interval.

Definition at line 1080 of file gnunet-service-tng.c.

Referenced by update_pd_age().

◆ bytes_received

uint64_t TransmissionHistoryEntry::bytes_received

Number of bytes received and acknowledged by the other peer in the interval.

Definition at line 1086 of file gnunet-service-tng.c.

Referenced by update_pd_age(), and update_performance_data().


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