gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1663 - in GNUnet/src/applications: sqstore_mysql sqstore_s


From: grothoff
Subject: [GNUnet-SVN] r1663 - in GNUnet/src/applications: sqstore_mysql sqstore_sqlite
Date: Sat, 13 Aug 2005 23:35:41 -0700 (PDT)

Author: grothoff
Date: 2005-08-13 23:35:40 -0700 (Sat, 13 Aug 2005)
New Revision: 1663

Added:
   GNUnet/src/applications/sqstore_mysql/check.conf
   GNUnet/src/applications/sqstore_sqlite/check.conf
Modified:
   GNUnet/src/applications/sqstore_sqlite/Makefile.am
   GNUnet/src/applications/sqstore_sqlite/sqlitetest.c
Log:
add

Added: GNUnet/src/applications/sqstore_mysql/check.conf
===================================================================
--- GNUnet/src/applications/sqstore_mysql/check.conf    2005-08-14 06:35:24 UTC 
(rev 1662)
+++ GNUnet/src/applications/sqstore_mysql/check.conf    2005-08-14 06:35:40 UTC 
(rev 1663)
@@ -0,0 +1,42 @@
+[GNUNETD]
+GNUNETD_HOME = "/tmp/gnunet-mysql-sqstore-test"
+HELLOEXPIRES = 1440
+LOGLEVEL = "DEBUG"
+LOGFILE = "$GNUNETD_HOME/logs"
+KEEPLOG = "0"
+PIDFILE = "$GNUNETD_HOME/gnunet.pid"
+HOSTS = "$GNUNETD_HOME/data/hosts/"
+HTTP-PROXY = ""
+HTTP-PROXY-PORT = 1080
+APPLICATIONS = "fs getoption stats traffic"
+PROCESS-PRIORITY = "NORMAL"
+
+[MODULES]
+sqstore = "sqstore_mysql"
+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
+
+[FS]
+QUOTA = 1024
+ACTIVEMIGRATION = YES
+DIR = "$GNUNETD_HOME/data/fs/"
+INDEX-DIRECTORY = "$GNUNETD_HOME/data/shared/"
+INDEX-QUOTA = 8192
+POOL = 32
+
+[MYSQL]
+
+DATABASE = "gnunetcheck"

Modified: GNUnet/src/applications/sqstore_sqlite/Makefile.am
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/Makefile.am  2005-08-14 06:35:24 UTC 
(rev 1662)
+++ GNUnet/src/applications/sqstore_sqlite/Makefile.am  2005-08-14 06:35:40 UTC 
(rev 1663)
@@ -24,6 +24,7 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  -lsqlite3
 
+EXTRA_DIST = check.conf
 
 sqlitetest_SOURCES = \
  sqlitetest.c 

Added: GNUnet/src/applications/sqstore_sqlite/check.conf
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/check.conf   2005-08-14 06:35:24 UTC 
(rev 1662)
+++ GNUnet/src/applications/sqstore_sqlite/check.conf   2005-08-14 06:35:40 UTC 
(rev 1663)
@@ -0,0 +1,39 @@
+[GNUNETD]
+GNUNETD_HOME = "/tmp/gnunet-sqlite-sqstore-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 = "fs getoption stats traffic"
+PROCESS-PRIORITY = "NORMAL"
+
+[MODULES]
+sqstore = "sqstore_sqlite"
+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
+
+[FS]
+QUOTA = 1024
+ACTIVEMIGRATION = YES
+DIR = "$GNUNETD_HOME/data/fs/"
+INDEX-DIRECTORY = "$GNUNETD_HOME/data/shared/"
+INDEX-QUOTA = 8192
+POOL = 32
+

Modified: GNUnet/src/applications/sqstore_sqlite/sqlitetest.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlitetest.c 2005-08-14 06:35:24 UTC 
(rev 1662)
+++ GNUnet/src/applications/sqstore_sqlite/sqlitetest.c 2005-08-14 06:35:40 UTC 
(rev 1663)
@@ -244,7 +244,7 @@
                                     "/tmp/gnunet_test/"));
   FREENONNULL(setConfigurationString("FILES",
                                     "gnunet.conf",
-                                    "/tmp/gnunet_test/gnunet.conf"));
+                                    "check.conf"));
   FREENONNULL(setConfigurationString("FS",
                                     "DIR",
                                     TEST_DB));





reply via email to

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