aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-31 14:37:07 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-31 14:37:07 +0000
commit5d70116125cf85715849e8ab59bc2303a776fe8a (patch)
tree4fe47d4459ed93fb87f927477c269d19e5582d24 /src/mesh/test_mesh_small.c
parent721db5457eebf6e0d713cde2585ba298dbcfe1b7 (diff)
downloadgnunet-5d70116125cf85715849e8ab59bc2303a776fe8a.tar.gz
gnunet-5d70116125cf85715849e8ab59bc2303a776fe8a.zip
fixes, documentation, refactoring
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index cea1bef56..53f00a24f 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -263,7 +263,7 @@ connect_mesh_service (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
263 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 263 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
264 "connecting to mesh service of peer %s\n", GNUNET_i2s (&d->id)); 264 "connecting to mesh service of peer %s\n", GNUNET_i2s (&d->id));
265#endif 265#endif
266 h = GNUNET_MESH_connect (d->cfg, NULL, &tunnel_cleaner, handlers, &app); 266 h = GNUNET_MESH_connect (d->cfg, 10, NULL, &tunnel_cleaner, handlers, &app);
267#if VERBOSE 267#if VERBOSE
268 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "connected to mesh service of peer %s\n", 268 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "connected to mesh service of peer %s\n",
269 GNUNET_i2s (&d->id)); 269 GNUNET_i2s (&d->id));