aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.conf.in
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-01-13 15:59:59 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-01-13 15:59:59 +0000
commitdd610f2588f8c53cb677722377301fb641da5c23 (patch)
treed73d9dd18a7ebc5b8070402228725d95dc444eb6 /src/testbed/testbed.conf.in
parentdee8fa8573a64e884ed1b3889690caf45d266a59 (diff)
downloadgnunet-dd610f2588f8c53cb677722377301fb641da5c23.tar.gz
gnunet-dd610f2588f8c53cb677722377301fb641da5c23.zip
- latency logging daemon
Diffstat (limited to 'src/testbed/testbed.conf.in')
-rw-r--r--src/testbed/testbed.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in
index 132480af0..7d22660f8 100644
--- a/src/testbed/testbed.conf.in
+++ b/src/testbed/testbed.conf.in
@@ -109,4 +109,10 @@ AUTOSTART = NO
109BINARY = gnunet-daemon-testbed-underlay 109BINARY = gnunet-daemon-testbed-underlay
110# The sqlite3 database file containing information about what underlay 110# The sqlite3 database file containing information about what underlay
111# restrictions to apply 111# restrictions to apply
112# DBFILE =
113
114[latency-logger]
115AUTOSTART = NO
116BINARY = gnunet-daemon-latency-logger
117# The sqlite3 database file where the latency values are to be stored
112# DBFILE = \ No newline at end of file 118# DBFILE = \ No newline at end of file