gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26220 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r26220 - gnunet/src/include
Date: Wed, 27 Feb 2013 17:46:00 +0100

Author: harsha
Date: 2013-02-27 17:46:00 +0100 (Wed, 27 Feb 2013)
New Revision: 26220

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
reverting back to the previous working version



Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-02-27 16:43:58 UTC (rev 
26219)
+++ gnunet/src/include/gnunet_protocols.h       2013-02-27 16:46:00 UTC (rev 
26220)
@@ -313,11 +313,6 @@
 #define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80
 
 /**
- * Session key exchange between peers.
- */
-#define GNUNET_MESSAGE_TYPE_CORE_SET_KEY 81
-
-/**
  * Encapsulation for an encrypted message between peers.
  */
 #define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82
@@ -347,6 +342,12 @@
  */
 #define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87
 
+/**
+ * Session key exchange between peers.
+ */
+#define GNUNET_MESSAGE_TYPE_CORE_EPHEMERAL_KEY 88
+
+
 
/*******************************************************************************
  * DATASTORE message types
  
******************************************************************************/
@@ -1666,7 +1667,6 @@
 /* message types 526-539 reserved for consensus client/service messages */
 
 
-
 /**
  * Sent by client to service, telling whether a received element should
  * be accepted and propagated further or not.
@@ -1688,6 +1688,12 @@
  */
 #define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543
 
+
+/**
+ * Elements, and requests for further elements
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544
+
 /*
  * Initialization message for consensus p2p communication.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]