- update default values, eliminate obsolete ones
[oweals/gnunet.git] / src / testbed / testbed.conf.in
index 79334c4cd49191461015970dd66030caaea22581..7d22660f831ef485b1e7592a2f84f09369ca6d56 100644 (file)
@@ -100,3 +100,19 @@ HOSTNAME = localhost
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-testbed-barrier.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
+
+
+# This section is related to configuring underlay restrictions to simulate
+# connectivity restrictions of NAT boxes
+[testbed-underlay]
+AUTOSTART = NO
+BINARY = gnunet-daemon-testbed-underlay
+# The sqlite3 database file containing information about what underlay
+# restrictions to apply
+# DBFILE = 
+
+[latency-logger]
+AUTOSTART = NO
+BINARY = gnunet-daemon-latency-logger
+# The sqlite3 database file where the latency values are to be stored
+# DBFILE = 
\ No newline at end of file