gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29041 - gnunet/src/mesh
Date: Thu, 5 Sep 2013 18:27:22 +0200

Author: bartpolot
Date: 2013-09-05 18:27:22 +0200 (Thu, 05 Sep 2013)
New Revision: 29041

Modified:
   gnunet/src/mesh/gnunet-service-mesh-enc.c
Log:
- send data directly if tunnel is already online (or local)


Modified: gnunet/src/mesh/gnunet-service-mesh-enc.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-09-05 16:15:22 UTC (rev 
29040)
+++ gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-09-05 16:27:22 UTC (rev 
29041)
@@ -3087,6 +3087,9 @@
   tq->ch = ch;
   memcpy (&tq[1], msg, size);
   GNUNET_CONTAINER_DLL_insert_tail (t->tq_head, t->tq_tail, tq);
+
+  if (MESH_TUNNEL_READY == t->state)
+    tunnel_send_queued_data (t, fwd);
 }
 
 




reply via email to

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