gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34941 - gnunet/src/include
Date: Mon, 19 Jan 2015 00:55:18 +0100

Author: ch3
Date: 2015-01-19 00:55:18 +0100 (Mon, 19 Jan 2015)
New Revision: 34941

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
undo last commit

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2015-01-18 23:55:15 UTC (rev 
34940)
+++ gnunet/src/include/gnunet_protocols.h       2015-01-18 23:55:18 UTC (rev 
34941)
@@ -2664,33 +2664,24 @@
  */
 #define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY   952
 
-/**
- * RPS Hello message. Sent directly after other peer established connection to
- * the first peer indicating that it is online and communication over this
- * channel is now possible.
- *
- * This might contain a pow over the sender id
- */
-#define GNUNET_MESSAGE_TYPE_RPS_PP_HELLO        953
 
 
-
 /* Client-Service Messages */
 
 /**
  * RPS CS REQUEST Message for the Client to request (a) random peer(s)
  */
-#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST      954
+#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST      953
 
 /**
  * RPS CS REPLY Message for the Server to send (a) random peer(s)
  */
-#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY        955
+#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY        954
 
 /**
  * RPS CS SEED Message for the Client to seed peers into rps
  */
-#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED         956
+#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED         955
 
 
 
/*******************************************************************************/




reply via email to

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