gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26394 - gnunet/src/include
Date: Tue, 12 Mar 2013 20:32:06 +0100

Author: grothoff
Date: 2013-03-12 20:32:06 +0100 (Tue, 12 Mar 2013)
New Revision: 26394

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
-removing useless parts of old code, work on DHT API

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-03-12 19:32:02 UTC (rev 
26393)
+++ gnunet/src/include/gnunet_protocols.h       2013-03-12 19:32:06 UTC (rev 
26394)
@@ -162,41 +162,42 @@
  * unwrapped by the DV service and handed to the plugin
  * for processing
  */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECEIVE 44
+#define GNUNET_MESSAGE_TYPE_DV_RECV 44
 
 /**
  * DV Plugin to DV service message, indicating a message
  * should be sent out.
  */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND 45
+#define GNUNET_MESSAGE_TYPE_DV_SEND 45
 
 /**
  * DV service to DV api message, containing a confirmation
  * or failure of a DV_SEND message.
  */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND_RESULT 46
+#define GNUNET_MESSAGE_TYPE_DV_SEND_ACK 46
 
 /**
  * P2P DV message encapsulating some real message
  */
-#define GNUNET_MESSAGE_TYPE_DV_DATA 47
+#define GNUNET_MESSAGE_TYPE_DV_ROUTE 47
 
 /**
- * P2P DV message gossipping peer information
+ * DV Plugin to DV service message, indicating
+ * startup.
  */
-#define GNUNET_MESSAGE_TYPE_DV_GOSSIP 48
+#define GNUNET_MESSAGE_TYPE_DV_START 48
 
 /**
- * DV Plugin to DV service message, indicating
- * startup.
+ * P2P DV message telling plugin that a peer connected
  */
-#define GNUNET_MESSAGE_TYPE_DV_START 49
+#define GNUNET_MESSAGE_TYPE_DV_CONNECT 49
 
 /**
- * P2P DV message notifying connected peers of a disconnect
+ * P2P DV message telling plugin that a peer disconnected
  */
 #define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50
 
+
 
/*******************************************************************************
  * Transport-UDP message types
  
******************************************************************************/




reply via email to

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