gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36067 - in gnunet/src: pt testbed


From: gnunet
Subject: [GNUnet-SVN] r36067 - in gnunet/src: pt testbed
Date: Mon, 13 Jul 2015 16:58:09 +0200

Author: grothoff
Date: 2015-07-13 16:58:08 +0200 (Mon, 13 Jul 2015)
New Revision: 36067

Modified:
   gnunet/src/pt/pt.conf
   gnunet/src/testbed/testbed.conf.in
Log:
-no binding for daemons

Modified: gnunet/src/pt/pt.conf
===================================================================
--- gnunet/src/pt/pt.conf       2015-07-13 14:56:18 UTC (rev 36066)
+++ gnunet/src/pt/pt.conf       2015-07-13 14:58:08 UTC (rev 36067)
@@ -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 @@
 
 # Set this to YES to tunnel DNS traffic over GNUnet
 TUNNEL_DNS = NO
-

Modified: gnunet/src/testbed/testbed.conf.in
===================================================================
--- gnunet/src/testbed/testbed.conf.in  2015-07-13 14:56:18 UTC (rev 36066)
+++ gnunet/src/testbed/testbed.conf.in  2015-07-13 14:58:08 UTC (rev 36067)
@@ -72,7 +72,7 @@
 # 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 @@
 # 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]