- fixed weird 'feature'
authorBart Polot <bart@net.in.tum.de>
Thu, 11 Jul 2013 14:48:28 +0000 (14:48 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 11 Jul 2013 14:48:28 +0000 (14:48 +0000)
src/mesh/gnunet-service-mesh.c

index dfb018b45c1e2e6b24e77f541cdbf8f93e1e71e2..3a248ab79248ea4a5277a9263e43b8bf6239b0cb 100644 (file)
@@ -2204,8 +2204,11 @@ tunnel_send_bck_ack (struct MeshTunnel *t, uint16_t type)
       }
       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: