aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_single.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_single.c')
-rw-r--r--src/mesh/test_mesh_single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_single.c b/src/mesh/test_mesh_single.c
index d781fb0cb..4c5d0a659 100644
--- a/src/mesh/test_mesh_single.c
+++ b/src/mesh/test_mesh_single.c
@@ -232,7 +232,7 @@ do_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
232 232
233 GNUNET_TESTING_peer_get_identity (me, &id); 233 GNUNET_TESTING_peer_get_identity (me, &id);
234 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "CONNECT BY PORT\n"); 234 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "CONNECT BY PORT\n");
235 t1 = GNUNET_MESH_tunnel_create (mesh, NULL, &id, 1); 235 t1 = GNUNET_MESH_tunnel_create (mesh, NULL, &id, 1, GNUNET_YES, GNUNET_NO);
236 GNUNET_MESH_notify_transmit_ready (t1, GNUNET_NO, 236 GNUNET_MESH_notify_transmit_ready (t1, GNUNET_NO,
237 GNUNET_TIME_UNIT_FOREVER_REL, 237 GNUNET_TIME_UNIT_FOREVER_REL,
238 sizeof (struct GNUNET_MessageHeader) + DATA_SIZE, 238 sizeof (struct GNUNET_MessageHeader) + DATA_SIZE,