stuff
authorChristian Grothoff <christian@grothoff.org>
Tue, 25 Jan 2011 20:02:43 +0000 (20:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 25 Jan 2011 20:02:43 +0000 (20:02 +0000)
src/fs/fs_test_lib_data.conf
src/fs/perf_gnunet_service_fs_p2p_trust.c

index a5f3530d4ba8b5aa16f2a05c3ba3c1df06f85e25..df8c7fd2d51cf61a5b84137f143ccde8014b1ae4 100644 (file)
@@ -43,7 +43,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
 
@@ -51,8 +51,9 @@ TOTAL_QUOTA_OUT = 3932160
 PORT = 43471
 HOSTNAME = localhost
 #OPTIONS = -L DEBUG
-ACTIVEMIGRATION = NO
-#DEBUG = YES
+CONTENT_CACHING = NO
+CONTENT_PUSHING = 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 
index d4e98dbf2066a970c8f5fd48cc3c7401e94ec64d..1ccc22d766a0b917b6a1c0a8bb0a47967bf3ec32 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     (C) 2010,2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
 #include "fs_test_lib.h"
 #include "gnunet_testing_lib.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
 
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 100)
+#define FILESIZE (1024 * 1024 * 10)
 
 /**
  * How long until we give up on transmitting the message?
@@ -251,7 +251,7 @@ do_report (void *cls,
       if (del.rel_value == 0)
        del.rel_value = 1;
       fancy = GNUNET_STRINGS_byte_size_fancy (((unsigned long long)FILESIZE) * 1000LL / del.rel_value);
-      fprintf (stdout,
+      fprintf (stderr,
               "Download speed of type `%s' was %s/s\n",
               type,
               fancy);
@@ -472,4 +472,4 @@ main (int argc, char *argv[])
   return ok;
 }
 
-/* end of perf_gnunet_service_fs_p2p_index.c */
+/* end of perf_gnunet_service_fs_p2p_trust.c */