done
authorChristian Grothoff <christian@grothoff.org>
Thu, 8 Apr 2010 14:01:38 +0000 (14:01 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 8 Apr 2010 14:01:38 +0000 (14:01 +0000)
TODO
src/fs/test_gnunet_service_fs_p2p.c

diff --git a/TODO b/TODO
index f906e671383a0160463fd5f4680b2f85433d567e..ef5e05fb6c4b7a742f8d654452b4eb6e29c73deb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,11 +4,6 @@
     (disconnect does not really succeed, or what?)
     Also, core does not seem to actually decrement the number of active
     sessions even if no connections exist for a while! (likely related...)
-* FS: [CG]
-  - 2-peer download is still too slow (why? testcases fail on slow systems!)
-    => now seems to work well with high BW quota ("\infty"), but not so well with the 
-       typical small quota
-    => should print kb/s in testcase output!
 * WWW:
   - Get IPv6 hooked up [AK, after April 12th]
   - change DNS [CG, need DNS]
index 09b1698e1d015fa49c782ec5e3a981988571b38a..7e3e02c7626a9b1c4a020a6f41f7e98c5787e8bc 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * File-size we use for testing.
  */
-#define FILESIZE (1024 * 1024 * 20)
+#define FILESIZE (1024 * 1024 * 2)
 
 /**
  * How long until we give up on transmitting the message?