gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32109 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32109 - gnunet/src/mesh
Date: Thu, 30 Jan 2014 13:28:41 +0100

Author: bartpolot
Date: 2014-01-30 13:28:41 +0100 (Thu, 30 Jan 2014)
New Revision: 32109

Modified:
   gnunet/src/mesh/mesh_common.c
Log:
- debug strings for new message types

Modified: gnunet/src/mesh/mesh_common.c
===================================================================
--- gnunet/src/mesh/mesh_common.c       2014-01-30 12:28:40 UTC (rev 32108)
+++ gnunet/src/mesh/mesh_common.c       2014-01-30 12:28:41 UTC (rev 32109)
@@ -206,10 +206,35 @@
 
       /**
        * Local monitoring of service.
-      */
+       */
     case 293: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL";
 
       /**
+       * Local information about all connections of service.
+       */
+    case 294: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_CONNECTIONS";
+
+      /**
+       * Local information of service about a specific connection.
+       */
+    case 295: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_CONNECTION";
+
+      /**
+       * Local information about all peers known to the service.
+       */
+      case 296: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_PEERS";
+
+      /**
+       * Local information of service about a specific peer.
+       */
+    case 297: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_PEER";
+
+      /**
+       * Traffic (net-cat style) used by the Command Line Interface.
+       */
+    case 298: return "GNUNET_MESSAGE_TYPE_MESH_CLI";
+
+      /**
        * 640kb should be enough for everybody
        */
     case 299: return "GNUNET_MESSAGE_TYPE_MESH_RESERVE_END";




reply via email to

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