gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27180 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27180 - gnunet/src/mesh
Date: Thu, 16 May 2013 16:54:36 +0200

Author: bartpolot
Date: 2013-05-16 16:54:36 +0200 (Thu, 16 May 2013)
New Revision: 27180

Added:
   gnunet/src/mesh/test_mesh2.conf
Modified:
   gnunet/src/mesh/
   gnunet/src/mesh/test_mesh2_local.c
Log:
- config files for test, ignore

Index: gnunet/src/mesh
===================================================================
--- gnunet/src/mesh     2013-05-16 14:45:29 UTC (rev 27179)
+++ gnunet/src/mesh     2013-05-16 14:54:36 UTC (rev 27180)

Property changes on: gnunet/src/mesh
___________________________________________________________________
Modified: svn:ignore
## -1,5 +1,3 ##
-gnunet-service-regexprofiler
-gnunet-daemon-regexprofiler
 gnunet-service-mesh-new
 gnunet-service-mesh_new
 mesh.conf
## -25,8 +23,7 ##
 test_mesh_local_traffic_both
 test_mesh_small
 test_mesh_2dtorus
-test_mesh_regex
-gnunet-regex-profiler
+test_mesh2_local
 Makefile.in
 Makefile
 .deps
Added: gnunet/src/mesh/test_mesh2.conf
===================================================================
--- gnunet/src/mesh/test_mesh2.conf                             (rev 0)
+++ gnunet/src/mesh/test_mesh2.conf     2013-05-16 14:54:36 UTC (rev 27180)
@@ -0,0 +1,83 @@
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[mesh]
+BINARY = gnunet-service-mesh-new
+AUTOSTART = YES
+ACCEPT_FROM = 127.0.0.1;
+HOSTNAME = localhost
+PORT = 10511
+# PREFIX = valgrind --leak-check=full
+# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
+REFRESH_PATH_TIME = 3 s
+APP_ANNOUNCE_TIME = 5 s
+ID_ANNOUNCE_TIME = 5 s
+CONNECT_TIMEOUT = 30 s
+DEFAULT_TTL = 16
+DHT_REPLICATION_LEVEL = 3
+MAX_TUNNELS = 10
+MAX_MSGS_QUEUE = 20
+
+[vpn]
+AUTOSTART = NO
+PORT = 10012
+
+[dht]
+AUTOSTART = YES
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+HOSTNAME = localhost
+PORT = 12100
+
+[block]
+plugins = dht test
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = sqlite
+
+[transport]
+PLUGINS = tcp
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 50
+PORT = 12365
+
+[ats]
+WAN_QUOTA_OUT = 3932160
+WAN_QUOTA_IN = 3932160
+
+[core]
+PORT = 12092
+
+[arm]
+DEFAULTSERVICES = core
+PORT = 12366
+
+[transport-tcp]
+TIMEOUT = 300 s
+PORT = 12368
+
+[TESTING]
+WEAKRANDOM = YES
+
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
+[PATHS]
+SERVICEHOME = /tmp/test-mesh/
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO

Modified: gnunet/src/mesh/test_mesh2_local.c
===================================================================
--- gnunet/src/mesh/test_mesh2_local.c  2013-05-16 14:45:29 UTC (rev 27179)
+++ gnunet/src/mesh/test_mesh2_local.c  2013-05-16 14:54:36 UTC (rev 27180)
@@ -251,7 +251,7 @@
 main (int argc, char *argv[])
 {
   if (0 != GNUNET_TESTING_peer_run ("test-mesh-local-1",
-                                    "test_mesh.conf",
+                                    "test_mesh2.conf",
                                 &run, NULL))
     return 1;
   return (result == GNUNET_OK) ? 0 : 1;




reply via email to

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