gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16307 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r16307 - gnunet/src/testing
Date: Tue, 2 Aug 2011 09:30:29 +0200

Author: grothoff
Date: 2011-08-02 09:30:29 +0200 (Tue, 02 Aug 2011)
New Revision: 16307

Added:
   gnunet/src/testing/test_testing_defaults.conf
Modified:
   gnunet/src/testing/Makefile.am
Log:
defaults

Modified: gnunet/src/testing/Makefile.am
===================================================================
--- gnunet/src/testing/Makefile.am      2011-08-01 21:05:00 UTC (rev 16306)
+++ gnunet/src/testing/Makefile.am      2011-08-02 07:30:29 UTC (rev 16307)
@@ -225,6 +225,7 @@
 
 
 EXTRA_DIST = \
+ test_testing_defaults.conf \
  test_testing_data.conf \
  test_testing_connect_peer1.conf \
  test_testing_connect_peer2.conf \

Added: gnunet/src/testing/test_testing_defaults.conf
===================================================================
--- gnunet/src/testing/test_testing_defaults.conf                               
(rev 0)
+++ gnunet/src/testing/test_testing_defaults.conf       2011-08-02 07:30:29 UTC 
(rev 16307)
@@ -0,0 +1,59 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunet-testing/
+DEFAULTCONFIG = test_testing_defaults.conf
+
+[resolver]
+PORT = 2564
+
+[transport]
+PORT = 2565
+PLUGINS = tcp
+
+[arm]
+PORT = 2566
+DEFAULTSERVICES = 
+
+[statistics]
+PORT = 2567
+
+[transport-tcp]
+PORT = 2568
+
+[peerinfo]
+PORT = 2569
+
+[core]
+PORT = 2570
+
+[testing]
+NUM_PEERS = 5
+WEAKRANDOM = YES
+F2F = YES
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+
+[dht]
+AUTOSTART = NO
+
+[nat]
+DISABLEV6 = YES
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
+USE_LOCALADDR = NO
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[mesh]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[fs]
+AUTOSTART = NO




reply via email to

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