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... | |
Information we keep per GOODPUT_AGING_SLOTS about historic (or current) transmission performance.
Definition at line 1118 of file gnunet-service-transport.c.
uint64_t TransmissionHistoryEntry::bytes_sent |
Number of bytes actually sent in the interval.
Definition at line 1123 of file gnunet-service-transport.c.
Referenced by update_pd_age().
uint64_t TransmissionHistoryEntry::bytes_received |
Number of bytes received and acknowledged by the other peer in the interval.
Definition at line 1129 of file gnunet-service-transport.c.
Referenced by update_pd_age(), and update_performance_data().