fix #5988
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Wed, 11 Dec 2019 12:51:56 +0000 (13:51 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Wed, 11 Dec 2019 12:51:56 +0000 (13:51 +0100)
src/topology/test_gnunet_daemon_topology.c
src/topology/test_gnunet_daemon_topology_data.conf

index a7dace383db7ff7c2587eecc23c579a2f39ef3c2..d1081515cc0a322761a957b686c79c71dcf5c75a 100644 (file)
  * for one peer to pass the test. Be aware that setting NUM_PEERS
  * too high can cause bandwidth problems for the testing peers.
  * Normal should be 5KB/s per peer. See gnunet-config -s ats.
+ * schanzen 12/2019: This _only_ makes sense if we connect to the
+ * actual network as in the test we do not connect to more than 1 peer.
+ * => reducing to 1 for now, was NUM_PEERS / 2
  */
-#define THRESHOLD NUM_PEERS / 2
+#define THRESHOLD 1
 
 /**
  * How long until we give up on connecting the peers?
index 8d8636bffd173f3c8d537e2a0dc1046fdfe0ceb5..b1b3e9b8877da089b18a536c0edf846a84669317 100644 (file)
@@ -12,6 +12,10 @@ OVERLAY_TOPOLOGY=LINE
 [transport-tcp]
 BINDTO = 127.0.0.1
 
+# Do not try to connect to external network
+[hostlist]
+OPTIONS =
+
 [nat]
 DISABLEV6 = YES
 ENABLE_UPNP = NO