Last message, send to confirm the final set. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_DONE. More... | |
uint32_t | final_element_count |
Final number of elements in intersection. More... | |
struct GNUNET_HashCode | element_xor_hash |
XOR of all hashes over all elements remaining in the set. More... | |
Last message, send to confirm the final set.
Contains the element count as it is possible that the peer determined that we were done by getting the empty set, which in that case also needs to be communicated.
Definition at line 192 of file gnunet-service-set_protocol.h.
struct GNUNET_MessageHeader IntersectionDoneMessage::header |
Type: GNUNET_MESSAGE_TYPE_SET_INTERSECTION_P2P_DONE.
Definition at line 197 of file gnunet-service-set_protocol.h.
uint32_t IntersectionDoneMessage::final_element_count |
Final number of elements in intersection.
Definition at line 202 of file gnunet-service-set_protocol.h.
Referenced by handle_intersection_p2p_done(), and send_p2p_done().
struct GNUNET_HashCode IntersectionDoneMessage::element_xor_hash |
XOR of all hashes over all elements remaining in the set.
Definition at line 207 of file gnunet-service-set_protocol.h.
Referenced by handle_intersection_p2p_done(), and send_p2p_done().