aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_protocols.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index f44797cab..9b423dff4 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -313,6 +313,11 @@ extern "C"
313#define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80 313#define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80
314 314
315/** 315/**
316 * Session key exchange between peers.
317 */
318#define GNUNET_MESSAGE_TYPE_CORE_SET_KEY 81
319
320/**
316 * Encapsulation for an encrypted message between peers. 321 * Encapsulation for an encrypted message between peers.
317 */ 322 */
318#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82 323#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82
@@ -342,12 +347,6 @@ extern "C"
342 */ 347 */
343#define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87 348#define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87
344 349
345/**
346 * Session key exchange between peers.
347 */
348#define GNUNET_MESSAGE_TYPE_CORE_EPHEMERAL_KEY 88
349
350
351/******************************************************************************* 350/*******************************************************************************
352 * DATASTORE message types 351 * DATASTORE message types
353 ******************************************************************************/ 352 ******************************************************************************/
@@ -1667,6 +1666,7 @@ extern "C"
1667/* message types 526-539 reserved for consensus client/service messages */ 1666/* message types 526-539 reserved for consensus client/service messages */
1668 1667
1669 1668
1669
1670/** 1670/**
1671 * Sent by client to service, telling whether a received element should 1671 * Sent by client to service, telling whether a received element should
1672 * be accepted and propagated further or not. 1672 * be accepted and propagated further or not.
@@ -1688,12 +1688,6 @@ extern "C"
1688 */ 1688 */
1689#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543 1689#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543
1690 1690
1691
1692/**
1693 * Elements, and requests for further elements
1694 */
1695#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544
1696
1697/* 1691/*
1698 * Initialization message for consensus p2p communication. 1692 * Initialization message for consensus p2p communication.
1699 */ 1693 */