gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29752 - gnunet/src/include
Date: Tue, 1 Oct 2013 13:09:35 +0200

Author: bartpolot
Date: 2013-10-01 13:09:35 +0200 (Tue, 01 Oct 2013)
New Revision: 29752

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- update messages

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-10-01 11:05:12 UTC (rev 
29751)
+++ gnunet/src/include/gnunet_protocols.h       2013-10-01 11:09:35 UTC (rev 
29752)
@@ -861,9 +861,10 @@
  * Announce origin is still alive.
  */
 #define GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE          270
+#define GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE          270
 
 /**
- * Announce destination is still alive.
+ * Announce destination is still alive. DEPRECATED
  */
 #define GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE          271
 
@@ -890,11 +891,16 @@
 #define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK            275
 
 /**
- * Encrypted data going forward.
+ * Encrypted data going forward. DEPRECATED
  */
 #define GNUNET_MESSAGE_TYPE_MESH_FWD                    280
 
 /**
+ * Encrypted data. (Payload, channel management, keepalive)
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED              280
+
+/**
  * Encrypted data going backwards.
  */
 #define GNUNET_MESSAGE_TYPE_MESH_BCK                    281




reply via email to

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