aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h43
1 files changed, 34 insertions, 9 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index b2807e990..1d8049593 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -424,11 +424,6 @@ extern "C"
424#define GNUNET_MESSAGE_TYPE_DATASTORE_PUT 95 424#define GNUNET_MESSAGE_TYPE_DATASTORE_PUT 95
425 425
426/** 426/**
427 * Message sent by datastore client to update data.
428 */
429#define GNUNET_MESSAGE_TYPE_DATASTORE_UPDATE 96
430
431/**
432 * Message sent by datastore client to get data. 427 * Message sent by datastore client to get data.
433 */ 428 */
434#define GNUNET_MESSAGE_TYPE_DATASTORE_GET 97 429#define GNUNET_MESSAGE_TYPE_DATASTORE_GET 97
@@ -1645,6 +1640,12 @@ extern "C"
1645 * Demand the whole element from the other 1640 * Demand the whole element from the other
1646 * peer, given only the hash code. 1641 * peer, given only the hash code.
1647 */ 1642 */
1643#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_REQUEST_FULL 565
1644
1645/**
1646 * Demand the whole element from the other
1647 * peer, given only the hash code.
1648 */
1648#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566 1649#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_DEMAND 566
1649 1650
1650/** 1651/**
@@ -1800,6 +1801,19 @@ extern "C"
1800 */ 1801 */
1801#define GNUNET_MESSAGE_TYPE_SET_COPY_LAZY_CONNECT 596 1802#define GNUNET_MESSAGE_TYPE_SET_COPY_LAZY_CONNECT 596
1802 1803
1804/**
1805 * Request all missing elements from the other peer,
1806 * based on their sets and the elements we previously sent
1807 * with #GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS.
1808 */
1809#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_DONE 597
1810
1811/**
1812 * Send a set element, not as response to a demand but because
1813 * we're sending the full set.
1814 */
1815#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_ELEMENT 598
1816
1803 1817
1804/******************************************************************************* 1818/*******************************************************************************
1805 * TESTBED LOGGER message types 1819 * TESTBED LOGGER message types
@@ -2664,10 +2678,21 @@ extern "C"
2664 2678
2665/** 2679/**
2666 * Hop-by-hop, connection dependent ACK. 2680 * Hop-by-hop, connection dependent ACK.
2681 *
2682 * @deprecated
2667 */ 2683 */
2668#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_HOP_BY_HOP_ENCRYPTED_ACK 1005 2684#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_HOP_BY_HOP_ENCRYPTED_ACK 1005
2669 2685
2670/** 2686/**
2687 * We do not bother with ACKs for
2688 * #GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED messages, but we instead
2689 * poll for one if we got nothing for a while and start to be worried.
2690 *
2691 * @deprecated
2692 */
2693#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED_POLL 1006
2694
2695/**
2671 * Axolotl key exchange. 2696 * Axolotl key exchange.
2672 */ 2697 */
2673#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_KX 1007 2698#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_KX 1007
@@ -2678,11 +2703,9 @@ extern "C"
2678#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED 1008 2703#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED 1008
2679 2704
2680/** 2705/**
2681 * We do not bother with ACKs for 2706 * Axolotl key exchange response with authentication.
2682 * #GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED messages, but we instead
2683 * poll for one if we got nothing for a while and start to be worried.
2684 */ 2707 */
2685#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_ENCRYPTED_POLL 1006 2708#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_KX_AUTH 1009
2686 2709
2687 2710
2688 2711
@@ -2720,6 +2743,8 @@ extern "C"
2720 2743
2721/** 2744/**
2722 * Reject the creation of a channel 2745 * Reject the creation of a channel
2746 *
2747 * @deprecated
2723 */ 2748 */
2724#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_NACK_DEPRECATED 1016 2749#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_NACK_DEPRECATED 1016
2725 2750