aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-09-27 04:32:52 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-09-27 04:32:52 +0000
commit9aceae8a9f91642665fa28730c961c9f90360bc1 (patch)
tree5390aca855b836d17720a65671f994089cb93196 /src/include/gnunet_protocols.h
parent55ad4fa34348aaa05fadedeb830ea72cea5d7cc4 (diff)
downloadgnunet-9aceae8a9f91642665fa28730c961c9f90360bc1.tar.gz
gnunet-9aceae8a9f91642665fa28730c961c9f90360bc1.zip
SET service: accurate results for symmetric mode
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 7e36ebfe9..cd0aecd07 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1801,6 +1801,27 @@ extern "C"
1801 * SET message types 1801 * SET message types
1802 ******************************************************************************/ 1802 ******************************************************************************/
1803 1803
1804/**
1805 * Demand the whole element from the other
1806 * peer, given only the hash code.
1807 */
1808#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566
1809
1810/**
1811 * Tell the other peer to send us a list of
1812 * hashes that match an IBF key.
1813 */
1814#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_INQUIRY 567
1815
1816/**
1817 * Tell the other peer which hashes match a
1818 * given IBF key.
1819 */
1820#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_OFFER 568
1821
1822/**
1823 * Reject a set request.
1824 */
1804#define GNUNET_MESSAGE_TYPE_SET_REJECT 569 1825#define GNUNET_MESSAGE_TYPE_SET_REJECT 569
1805 1826
1806/** 1827/**
@@ -1884,7 +1905,7 @@ extern "C"
1884#define GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENT_REQUESTS 585 1905#define GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENT_REQUESTS 585
1885 1906
1886/** 1907/**
1887 * Union operation is done. 1908 * Set operation is done.
1888 */ 1909 */
1889#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DONE 586 1910#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DONE 586
1890 1911