gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30913 - gnunet/src/mesh
Date: Wed, 27 Nov 2013 19:02:08 +0100

Author: bartpolot
Date: 2013-11-27 19:02:08 +0100 (Wed, 27 Nov 2013)
New Revision: 30913

Modified:
   gnunet/src/mesh/mesh_common.c
Log:
- update message types


Modified: gnunet/src/mesh/mesh_common.c
===================================================================
--- gnunet/src/mesh/mesh_common.c       2013-11-27 17:17:48 UTC (rev 30912)
+++ gnunet/src/mesh/mesh_common.c       2013-11-27 18:02:08 UTC (rev 30913)
@@ -116,11 +116,6 @@
     case 266: return "GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY";
 
       /**
-       * Request the destruction of a whole tunnel
-       */
-    case 267: return "GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY";
-
-      /**
        * ACK for a data packet.
        */
     case 268: return "GNUNET_MESSAGE_TYPE_MESH_ACK";
@@ -133,13 +128,8 @@
       /**
        * Announce origin is still alive.
        */
-    case 270: return "GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE";
+    case 270: return "GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE";
 
-      /**
-       * Announce destination is still alive.
-       */
-    case 271: return "GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE";
-
     /**
        * Connect to the mesh service, specifying subscriptions
        */
@@ -183,14 +173,9 @@
       /**
        * Local monitoring of service.
        */
-    case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNELS";
+    case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK";
 
       /**
-       * Local monitoring of service of a specific tunnel.
-       */
-    case 288: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL";
-
-      /**
        * 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]