From 5114bb51228398ad5cdaa3b22ab69683e7c8095b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 Feb 2012 17:48:12 +0000 Subject: [PATCH] - Without these lines MESH does NOT find the destination peer in the DHT --- src/mesh/test_mesh_small.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 7df8e9afd..005c49018 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -21,6 +21,8 @@ PORT = 10001 [nse] WORKBITS = 0 +INTERVAL = 60 s +WORKDELAY = 500 ms [dns] AUTOSTART = NO -- 2.25.1