gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27928 - gnunet/src/mesh
Date: Thu, 11 Jul 2013 16:48:28 +0200

Author: bartpolot
Date: 2013-07-11 16:48:28 +0200 (Thu, 11 Jul 2013)
New Revision: 27928

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- fixed weird 'feature'

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2013-07-11 14:44:03 UTC (rev 
27927)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2013-07-11 14:48:28 UTC (rev 
27928)
@@ -2204,8 +2204,11 @@
       }
       break;
     case GNUNET_MESSAGE_TYPE_MESH_ACK:
-      if (NULL != t->client && GNUNET_YES == t->reliable)
-        return;
+      /* Why was this here?!
+       * This prevents the destination from starting traffic to the origin
+       */
+//       if (NULL != t->client && GNUNET_YES == t->reliable)
+//         return; 
     case GNUNET_MESSAGE_TYPE_MESH_LOCAL_ACK:
       break;
     case GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK:




reply via email to

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