GNUnet 0.21.1
TransmitFullMessage Struct Reference

Message which signals to other peer that we are sending full set. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/setu/gnunet-service-setu_protocol.h>

Collaboration diagram for TransmitFullMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SETU_P2P_SEND_FULL. More...
 
uint32_t remote_set_difference
 Remote set difference calculated with strata estimator. More...
 
uint32_t remote_set_size
 Total remote set size. More...
 
uint32_t local_set_difference
 Local set difference calculated with strata estimator. More...
 

Detailed Description

Message which signals to other peer that we are sending full set.

Definition at line 229 of file gnunet-service-setu_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader TransmitFullMessage::header

◆ remote_set_difference

uint32_t TransmitFullMessage::remote_set_difference

Remote set difference calculated with strata estimator.

Definition at line 239 of file gnunet-service-setu_protocol.h.

Referenced by handle_union_p2p_strata_estimator().

◆ remote_set_size

uint32_t TransmitFullMessage::remote_set_size

Total remote set size.

Definition at line 244 of file gnunet-service-setu_protocol.h.

Referenced by handle_union_p2p_strata_estimator().

◆ local_set_difference

uint32_t TransmitFullMessage::local_set_difference

Local set difference calculated with strata estimator.

Definition at line 249 of file gnunet-service-setu_protocol.h.

Referenced by handle_union_p2p_strata_estimator().


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