gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25287 - gnunet/src/include
Date: Thu, 6 Dec 2012 11:37:14 +0100

Author: dold
Date: 2012-12-06 11:37:14 +0100 (Thu, 06 Dec 2012)
New Revision: 25287

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
added consensus message types


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2012-12-06 10:10:08 UTC (rev 
25286)
+++ gnunet/src/include/gnunet_protocols.h       2012-12-06 10:37:14 UTC (rev 
25287)
@@ -1655,10 +1655,41 @@
  * Sent by service to client in order to signal a completed consensus 
conclusion.
  * Last message sent in a consensus session.
  */
-#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_CONCLUDE_DONE 524
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_CONCLUDE_DONE 525
 
+/**
+ * Sent by client to service, telling whether a received element should
+ * be accepted and propagated further or not.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_ACK 527
 
 /**
+ * Update another peer's consensus set with new elements.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 528
+
+/**
+ * Request elements (by their hash) from another peer.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_REQUEST_ELEMENTS 529
+
+/**
+ * Strata estimator.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_STRATA 530
+
+/**
+ * IBF containing all elements of a peer.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_IBF 531
+
+/**
+ * Request reconcilliation with another peer.
+ */
+#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_RECONCILE 532
+
+
+/**
  *  Next available: 570
  */
 




reply via email to

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