gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r10561 - gnunet/src/include
Date: Fri, 12 Mar 2010 09:43:31 +0100

Author: nevans
Date: 2010-03-12 09:43:31 +0100 (Fri, 12 Mar 2010)
New Revision: 10561

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

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-03-12 08:38:10 UTC (rev 
10560)
+++ gnunet/src/include/gnunet_protocols.h       2010-03-12 08:43:31 UTC (rev 
10561)
@@ -227,6 +227,30 @@
 #define GNUNET_MESSAGE_TYPE_PEERINFO_NOTIFY 41
 
 /**
+ * DV service to DV Plugin message, when a message is
+ * unwrapped by the DV service and handed to the plugin
+ * for processing
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECEIVE 44
+
+/**
+ * DV Plugin to DV service message, indicating a message
+ * should be sent out.
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND 45
+
+/**
+ * P2P DV message encapsulating some real message
+ */
+#define GNUNET_MESSAGE_TYPE_DV_DATA 46
+
+/**
+ * P2P DV message gossipping peer information
+ */
+#define GNUNET_MESSAGE_TYPE_DV_GOSSIP 47
+
+
+/**
  * UDP NAT probe message, send from NAT'd peer to
  * other peer to negotiate punched address/port
  */





reply via email to

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