gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1661 - GNUnet/src/applications/fragmentation


From: grothoff
Subject: [GNUnet-SVN] r1661 - GNUnet/src/applications/fragmentation
Date: Sat, 13 Aug 2005 23:01:21 -0700 (PDT)

Author: grothoff
Date: 2005-08-13 23:01:19 -0700 (Sat, 13 Aug 2005)
New Revision: 1661

Added:
   GNUnet/src/applications/fragmentation/check.conf
Modified:
   GNUnet/src/applications/fragmentation/Makefile.am
   GNUnet/src/applications/fragmentation/fragmentationtest.c
Log:
check

Modified: GNUnet/src/applications/fragmentation/Makefile.am
===================================================================
--- GNUnet/src/applications/fragmentation/Makefile.am   2005-08-14 05:49:03 UTC 
(rev 1660)
+++ GNUnet/src/applications/fragmentation/Makefile.am   2005-08-14 06:01:19 UTC 
(rev 1661)
@@ -17,6 +17,8 @@
 # TESTCASES 
 ################################
 
+EXTRA_DIST = check.conf
+
 check_PROGRAMS = \
  fragmentationtest
 

Added: GNUnet/src/applications/fragmentation/check.conf
===================================================================
--- GNUnet/src/applications/fragmentation/check.conf    2005-08-14 05:49:03 UTC 
(rev 1660)
+++ GNUnet/src/applications/fragmentation/check.conf    2005-08-14 06:01:19 UTC 
(rev 1661)
@@ -0,0 +1,30 @@
+[GNUNETD]
+GNUNETD_HOME = "/tmp/gnunet-fragmentation-test"
+HELLOEXPIRES = 1440
+LOGLEVEL = "NOTHING"
+LOGFILE = "$GNUNETD_HOME/logs"
+KEEPLOG = "0"
+PIDFILE = "$GNUNETD_HOME/gnunet.pid"
+HOSTS = "$GNUNETD_HOME/data/hosts/"
+HTTP-PROXY = ""
+HTTP-PROXY-PORT = 1080
+APPLICATIONS = "getoption stats traffic"
+PROCESS-PRIORITY = "NORMAL"
+
+[MODULES]
+topology = "topology_default"
+
+[NETWORK]
+PORT = 2087
+INTERFACE = ""
+IP = ""
+HELLOEXCHANGE = YES
+TRUSTED = "127.0.0.0/8;"
+
+[LOAD]
+BASICLIMITING = YES
+INTERFACES = ""
+MAXNETDOWNBPSTOTAL = 50000
+MAXNETUPBPSTOTAL = 50000
+MAXCPULOAD = 50
+

Modified: GNUnet/src/applications/fragmentation/fragmentationtest.c
===================================================================
--- GNUnet/src/applications/fragmentation/fragmentationtest.c   2005-08-14 
05:49:03 UTC (rev 1660)
+++ GNUnet/src/applications/fragmentation/fragmentationtest.c   2005-08-14 
06:01:19 UTC (rev 1661)
@@ -339,7 +339,7 @@
                  char * argv[]) {
   FREENONNULL(setConfigurationString("FILES",
                                     "gnunet.conf",
-                                    "/tmp/gnunet_test/gnunet.conf"));
+                                    "check.conf"));
   FREENONNULL(setConfigurationString("GNUNETD",
                                     "_MAGIC_",
                                     "YES"));





reply via email to

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