GNUnet 0.22.0
GNUNET_BurstSync Struct Reference

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>

Collaboration diagram for GNUNET_BurstSync:
[legend]

Data Fields

struct GNUNET_TIME_RelativeNBO rtt_average
 The average RTT for the peer to communicate with. More...
 
enum GNUNET_GenericReturnValue sync_ready
 Is this peer already ready to sync. More...
 

Detailed Description

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.

Field Documentation

◆ rtt_average

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

◆ sync_ready

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


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