aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-17 12:34:35 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-17 12:34:35 +0000
commit98850ede1551a3ee4490c15363455d9105e63ce0 (patch)
tree115ace3d427c537e2f50626bf0f94d0e5550b319 /src/mesh/gnunet-service-mesh_tunnel.c
parenteb620579de05105499d35f21db8759682698df9d (diff)
downloadgnunet-98850ede1551a3ee4490c15363455d9105e63ce0.tar.gz
gnunet-98850ede1551a3ee4490c15363455d9105e63ce0.zip
- dont destroy a path right away, broken paths can cause long loops with outdated DHT data
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index eda392dd8..dab9df1e6 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -1572,6 +1572,7 @@ handle_decrypted (struct MeshTunnel3 *t,
1572 LOG (GNUNET_ERROR_TYPE_DEBUG, 1572 LOG (GNUNET_ERROR_TYPE_DEBUG,
1573 "end-to-end message not known (%u)\n", 1573 "end-to-end message not known (%u)\n",
1574 ntohs (msgh->type)); 1574 ntohs (msgh->type));
1575 GMT_debug (t);
1575 } 1576 }
1576} 1577}
1577 1578