Wrapper struct with the average RTT of message to some peer and if this peer und us is ready to sync. More...
#include <gnunet_nat_lib.h>
Data Fields | |
| struct GNUNET_TIME_RelativeNBO | rtt_average |
| The average RTT for the peer to communicate with. | |
| enum GNUNET_GenericReturnValue | sync_ready |
| Is this peer already ready to sync. | |
Wrapper struct with the average RTT of message to some peer and if this peer und us is ready to sync.
Definition at line 45 of file gnunet_nat_lib.h.
| struct GNUNET_TIME_RelativeNBO GNUNET_BurstSync::rtt_average |
The average RTT for the peer to communicate with.
Definition at line 50 of file gnunet_nat_lib.h.
Referenced by GNUNET_get_burst_sync_msg(), GNUNET_is_burst_ready(), and handle_flow_control().
| enum GNUNET_GenericReturnValue GNUNET_BurstSync::sync_ready |
Is this peer already ready to sync.
Definition at line 55 of file gnunet_nat_lib.h.
Referenced by GNUNET_get_burst_sync_msg(), GNUNET_is_burst_ready(), and handle_flow_control().