fixing common off-by-one error with respect to maximum message size
[oweals/gnunet.git] / src / fs / fs_test_lib_data.conf
index a4941af7b14c7470d0c98a531cde03720d1d012e..7c8b867aed4584e6f63eb2d792f0555a55f42d27 100644 (file)
@@ -17,12 +17,11 @@ 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
@@ -30,8 +29,7 @@ HOSTNAME = localhost
 
 [transport-tcp]
 TIMEOUT = 300000
-#PORT = 43468
-#DEBUG = YES
+PORT = 43468
 
 [peerinfo]
 PORT = 43469
@@ -44,7 +42,7 @@ HOSTNAME = localhost
 #TOTAL_QUOTA_OUT = 9321
 TOTAL_QUOTA_IN = 3932160
 TOTAL_QUOTA_OUT = 3932160
-# DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 #BINARY = /home/grothoff/bin/gnunet-service-core
 
@@ -52,9 +50,10 @@ TOTAL_QUOTA_OUT = 3932160
 PORT = 43471
 HOSTNAME = localhost
 #OPTIONS = -L DEBUG
-# DEBUG = YES
-#PREFIX = valgrind --tool=memcheck --leak-check=yes
-#BINARY = /home/grothoff/bin/gnunet-service-fs
+ACTIVEMIGRATION = NO
+#DEBUG = YES
+#PREFIX = valgrind --tool=memcheck --leak-check=yes 
+#BINARY = /home/grothoff/gn9/bin/gnunet-service-fs
 #PREFIX = xterm -e gdb -x cmd --args 
 
 [testing]