gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12512 - gnunet/src/include
Date: Tue, 10 Aug 2010 18:25:54 +0200

Author: nevans
Date: 2010-08-10 18:25:54 +0200 (Tue, 10 Aug 2010)
New Revision: 12512

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
message types for malicious control messages

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-08-10 16:24:53 UTC (rev 
12511)
+++ gnunet/src/include/gnunet_protocols.h       2010-08-10 16:25:54 UTC (rev 
12512)
@@ -571,6 +571,30 @@
 #define GNUNET_MESSAGE_TYPE_DHT_P2P_PING 152
 
 /**
+ * DHT Control message type, for telling the
+ * DHT to alter its current operation somehow.
+ */
+#define GNUNET_MESSAGE_TYPE_DHT_CONTROL 153
+
+/**
+ * Local control message type, tells peer to start
+ * issuing malicious GET requests.
+ */
+#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_GET 154
+
+/**
+ * Local control message type, tells peer to start
+ * issuing malicious PUT requests.
+ */
+#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_PUT 155
+
+/**
+ * Local control message type, tells peer to start
+ * dropping all requests.
+ */
+#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_DROP  156
+
+/**
  * Hostlist advertisement message
  */
 #define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160




reply via email to

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