- don't discriminate against unreliable tunnels
authorBart Polot <bart@net.in.tum.de>
Mon, 15 Jul 2013 17:52:22 +0000 (17:52 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 15 Jul 2013 17:52:22 +0000 (17:52 +0000)
src/mesh/gnunet-service-mesh.c

index 0610dcd33deac630299d6fd88a20825a6da2ce0b..a9da0c7e7aafe6122216e6ceb98a1300a751d386 100644 (file)
@@ -4065,6 +4065,10 @@ handle_mesh_unicast (void *cls, const struct GNUNET_PeerIdentity *peer,
             tunnel_add_buffer_ucast (t, msg);
           }
         }
+        else /* Tunnel unreliable, send to clients directly */
+        {
+          tunnel_send_client_ucast (t, msg);
+        }
       }
       else
       {