-no binding for daemons
authorChristian Grothoff <christian@grothoff.org>
Mon, 13 Jul 2015 14:58:08 +0000 (14:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 13 Jul 2015 14:58:08 +0000 (14:58 +0000)
src/pt/pt.conf
src/testbed/testbed.conf.in

index a1eea330539f1fd8d6740201fe47ab9ecceb6525..2c8c93c813efd4096bcab8df9023742411d6bd65 100644 (file)
@@ -1,5 +1,6 @@
 [pt]
 BINARY = gnunet-daemon-pt
+NOARMBIND = YES
 
 # Set this to YES to tunnel IPv4 traffic over GNUnet
 TUNNEL_IPV4 = NO
@@ -9,4 +10,3 @@ TUNNEL_IPV6 = NO
 
 # Set this to YES to tunnel DNS traffic over GNUnet
 TUNNEL_DNS = NO
-
index 386e00433f656eff7e9e9fa649c681135a0875af..b6dd10dca2edb9122a503ace079eb7d434f22ccb 100644 (file)
@@ -72,7 +72,7 @@ SETUP_TIMEOUT = 5 m
 # Where should testbed write load statistics data
 # STATS_DIR = /tmp/load
 
-# What services should be shared among peers.  
+# What services should be shared among peers.
 # Format is "[<service:share>] [<service:share>] ...".  The shared services are
 # started standalone without any other peer services or a hostkey.  For this
 # reason, only services which doesn't depend on other services can only be
@@ -113,13 +113,15 @@ UNIX_MATCH_GID = YES
 # connectivity restrictions of NAT boxes
 [testbed-underlay]
 AUTOSTART = NO
+NOARMBIND = YES
 BINARY = gnunet-daemon-testbed-underlay
 # The sqlite3 database file containing information about what underlay
 # restrictions to apply
-# DBFILE = 
+# DBFILE =
 
 [latency-logger]
 AUTOSTART = NO
+NOARMBIND = YES
 BINARY = gnunet-daemon-latency-logger
 # The sqlite3 database file where the latency values are to be stored
-# DBFILE = 
\ No newline at end of file
+# DBFILE =
\ No newline at end of file