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>
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... | |
Message which signals to other peer that we are sending full set.
Definition at line 229 of file gnunet-service-setu_protocol.h.
struct GNUNET_MessageHeader TransmitFullMessage::header |
Type: GNUNET_MESSAGE_TYPE_SETU_P2P_SEND_FULL.
Definition at line 234 of file gnunet-service-setu_protocol.h.
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().
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().
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().