From: Christian Grothoff Date: Thu, 8 Apr 2010 14:01:38 +0000 (+0000) Subject: done X-Git-Tag: initial-import-from-subversion-38251~22222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=089091bf7560dbe74876b0be4b3daed53b572d46;p=oweals%2Fgnunet.git done --- diff --git a/TODO b/TODO index f906e6713..ef5e05fb6 100644 --- 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] diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c index 09b1698e1..7e3e02c76 100644 --- a/src/fs/test_gnunet_service_fs_p2p.c +++ b/src/fs/test_gnunet_service_fs_p2p.c @@ -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?