GNUnet 0.21.1
IntersectionElementInfoMessage Struct Reference

During intersection, the first (and possibly second) message send it the number of elements in the set, to allow the peers to decide who should start with the Bloom filter. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/gnunet-service-set_protocol.h>

Collaboration diagram for IntersectionElementInfoMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_ELEMENT_INFO. More...
 
uint32_t sender_element_count
 mutator used with this bloomfilter. More...
 

Detailed Description

During intersection, the first (and possibly second) message send it the number of elements in the set, to allow the peers to decide who should start with the Bloom filter.

Definition at line 130 of file gnunet-service-set_protocol.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader IntersectionElementInfoMessage::header

◆ sender_element_count

uint32_t IntersectionElementInfoMessage::sender_element_count

mutator used with this bloomfilter.

Definition at line 140 of file gnunet-service-set_protocol.h.


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