Author: grothoff Date: 2008-02-16 21:34:50 -0700 (Sat, 16 Feb 2008) New Revision: 6342
Modified: GNUnet/src/applications/fs/gap/test_linear_topology.c GNUnet/src/applications/fs/gap/test_star_topology.c GNUnet/todo Log: done Modified: GNUnet/src/applications/fs/gap/test_linear_topology.c =================================================================== --- GNUnet/src/applications/fs/gap/test_linear_topology.c 2008-02-17 04:34:20 UTC (rev 6341) +++ GNUnet/src/applications/fs/gap/test_linear_topology.c 2008-02-17 04:34:50 UTC (rev 6342) @@ -37,7 +37,7 @@ #define PEER_COUNT 4 -#define SIZE 1024 * 1024 * 2 +#define SIZE (1024 * 32 * 10) static struct GNUNET_GE_Context *ectx; Modified: GNUnet/src/applications/fs/gap/test_star_topology.c =================================================================== --- GNUnet/src/applications/fs/gap/test_star_topology.c 2008-02-17 04:34:20 UTC (rev 6341) +++ GNUnet/src/applications/fs/gap/test_star_topology.c 2008-02-17 04:34:50 UTC (rev 6342) @@ -37,7 +37,7 @@ #define START_PEERS 1 -#define SIZE 1024*1024*2 +#define SIZE (1024*32*10) static struct GNUNET_GE_Context *ectx; Modified: GNUnet/todo =================================================================== --- GNUnet/todo 2008-02-17 04:34:20 UTC (rev 6341) +++ GNUnet/todo 2008-02-17 04:34:50 UTC (rev 6342) @@ -9,8 +9,7 @@ TESTING: - test new hostlist application - test GAP migration code (seems to be using far too much CPU!) -- test GAP code in general (can we reproduce the pid-table assertion crash?) -- test new gnunet-auto-share +- test GAP code in general (and FIX the pid-table assertion crash / double-free segv!) Hostlist for network testing: * http://vserver1236.vserver-on.de/hostlist-074 _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn