gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32543 - gnunet/src/mesh
Date: Thu, 6 Mar 2014 02:36:21 +0100

Author: bartpolot
Date: 2014-03-06 02:36:21 +0100 (Thu, 06 Mar 2014)
New Revision: 32543

Modified:
   gnunet/src/mesh/gnunet-service-mesh_tunnel.c
Log:
- register keepalive as tunnel payload

Modified: gnunet/src/mesh/gnunet-service-mesh_tunnel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2014-03-06 01:36:20 UTC 
(rev 32542)
+++ gnunet/src/mesh/gnunet-service-mesh_tunnel.c        2014-03-06 01:36:21 UTC 
(rev 32543)
@@ -788,9 +788,11 @@
     }
     return NULL;
   }
+
   type = ntohs (message->type);
   switch (type)
   {
+    case GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE:
     case GNUNET_MESSAGE_TYPE_MESH_DATA:
     case GNUNET_MESSAGE_TYPE_MESH_DATA_ACK:
     case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE:




reply via email to

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