From 009e92c7993d2a80e56ad1f1ff12403b9c1290f0 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 10 Jul 2013 13:10:25 +0000 Subject: [PATCH] - when did this disappear???? --- src/mesh/mesh_api.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index b4d319e58..66c2d8b0b 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -1427,6 +1427,10 @@ GNUNET_MESH_tunnel_create (struct GNUNET_MESH_Handle *h, msg.port = htonl (port); msg.peer = *peer; msg.options = 0; + if (GNUNET_YES == reliable) + msg.options |= GNUNET_MESH_OPTION_RELIABLE; + if (GNUNET_NO == buffer) + msg.options |= GNUNET_MESH_OPTION_NOBUFFER; t->allow_send = 0; send_packet (h, &msg.header, t); return t; -- 2.25.1