fixing common off-by-one error with respect to maximum message size
[oweals/gnunet.git] / src / fs / fs_test_lib_data.conf
index b2fbd5ee0508c908aaa9e96e3332c1f6750749ca..7c8b867aed4584e6f63eb2d792f0555a55f42d27 100644 (file)
@@ -17,21 +17,19 @@ PLUGINS = tcp
 [arm]
 PORT = 43466
 HOSTNAME = localhost
-DEFAULTSERVICES = resolver datastore transport core fs peerinfo
+DEFAULTSERVICES = fs
 
 [datastore]
 #DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
-#BINARY = /home/grothoff/bin/gnunet-service-datastore
 
 [statistics]
 PORT = 43467
 HOSTNAME = localhost
 
 [transport-tcp]
-ALLOW_SHUTDOWN = NO
 TIMEOUT = 300000
-#PORT = 43468
+PORT = 43468
 
 [peerinfo]
 PORT = 43469
@@ -40,8 +38,10 @@ HOSTNAME = localhost
 [core]
 PORT = 43470
 HOSTNAME = localhost
-#TOTAL_QUOTA_IN = 3932160
-#TOTAL_QUOTA_OUT = 3932160
+#TOTAL_QUOTA_IN = 9321
+#TOTAL_QUOTA_OUT = 9321
+TOTAL_QUOTA_IN = 3932160
+TOTAL_QUOTA_OUT = 3932160
 #DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 #BINARY = /home/grothoff/bin/gnunet-service-core
@@ -49,9 +49,11 @@ HOSTNAME = localhost
 [fs]
 PORT = 43471
 HOSTNAME = localhost
+#OPTIONS = -L DEBUG
+ACTIVEMIGRATION = NO
 #DEBUG = YES
-#PREFIX = valgrind --tool=memcheck --leak-check=yes
-#BINARY = /home/grothoff/bin/gnunet-service-fs
+#PREFIX = valgrind --tool=memcheck --leak-check=yes 
+#BINARY = /home/grothoff/gn9/bin/gnunet-service-fs
 #PREFIX = xterm -e gdb -x cmd --args 
 
 [testing]