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...
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... | |
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.
struct GNUNET_MessageHeader IntersectionElementInfoMessage::header |
Type: GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_ELEMENT_INFO.
Definition at line 135 of file gnunet-service-set_protocol.h.
uint32_t IntersectionElementInfoMessage::sender_element_count |
mutator used with this bloomfilter.
Definition at line 140 of file gnunet-service-set_protocol.h.