GNUnet 0.21.1
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 1103 of file gnunet-service-transport.c.

Field Documentation

◆ bytes_sent

uint64_t TransmissionHistoryEntry::bytes_sent

Number of bytes actually sent in the interval.

Definition at line 1108 of file gnunet-service-transport.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 1114 of file gnunet-service-transport.c.

Referenced by update_pd_age(), and update_performance_data().


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