aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-17 07:17:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-17 07:17:48 +0000
commitbe23aeefdd4f3732ede252f21445c30331788405 (patch)
treec6007cc818ea91e2466643efc80991fe5292f716 /TODO
parent0ca491e0f2b01276eaf51f6e7fad33099b58b182 (diff)
downloadgnunet-be23aeefdd4f3732ede252f21445c30331788405.tar.gz
gnunet-be23aeefdd4f3732ede252f21445c30331788405.zip
lc stuff
Diffstat (limited to 'TODO')
-rw-r--r--TODO57
1 files changed, 50 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4bc73c0b4..9cf5a1645 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,55 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - migration: 3 - test migration
4 + on-demand encoding 4 - TTL/priority calculations
5 + peer selection => how to consider latency/bw/etc? 5 - hot-path routing, load considerations
6 + content transmission => how often the same block? 6 - statistics
7 + testing 7 - active reply route caching design & implementation of service; gap extension!
8 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) 8 - Indexing:
9 + active reply route caching design & implementation of service; gap extension! 9May 16 12:49:50 fs-13737 WARNING `open' failed on file `/home/grothoff/svn/gnunet/src/fs/H/' at disk.c:1253 with error: No such file or directory
10May 16 12:49:50 fs-13737 WARNING Could not access indexed file `ENUTBMBR' at offset 2064384: No such file or directory
11 NOTE: corrupted filename in open message
12 NOTE: odd directory name in open message
13
14==14995== 8 bytes in 1 blocks are definitely lost in loss record 1 of 12
15==14995== at 0x4024C4C: malloc (vg_replace_malloc.c:195)
16==14995== by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
17==14995== by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
18==14995== by 0x40519F5: GNUNET_DATASTORE_get_random (datastore_api.c:1102)
19==14995== by 0x804ADCF: gather_migration_blocks (gnunet-service-fs.c:969)
20==14995== by 0x40864C8: run_ready (scheduler.c:514)
21==14995== by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
22==14995== by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
23==14995== by 0x804F725: main (gnunet-service-fs.c:3506)
24==14995==
25==14995== 8 bytes in 1 blocks are definitely lost in loss record 2 of 12
26==14995== at 0x4024C4C: malloc (vg_replace_malloc.c:195)
27==14995== by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
28==14995== by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
29==14995== by 0x4051ACB: GNUNET_DATASTORE_get (datastore_api.c:1160)
30==14995== by 0x804F39A: handle_start_search (gnunet-service-fs.c:3352)
31==14995== by 0x4087F9A: GNUNET_SERVER_inject (server.c:653)
32==14995== by 0x40880A8: process_client_buffer (server.c:714)
33==14995== by 0x4088529: restart_processing (server.c:848)
34==14995== by 0x40864C8: run_ready (scheduler.c:514)
35==14995== by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
36==14995== by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
37==14995== by 0x804F725: main (gnunet-service-fs.c:3506)
38==14995==
39==14995== 120 bytes in 15 blocks are definitely lost in loss record 5 of 12
40==14995== at 0x4024C4C: malloc (vg_replace_malloc.c:195)
41==14995== by 0x4068F05: GNUNET_xmalloc_unchecked_ (common_allocation.c:92)
42==14995== by 0x4068E33: GNUNET_xmalloc_ (common_allocation.c:61)
43==14995== by 0x4050DA1: GNUNET_DATASTORE_put (datastore_api.c:695)
44==14995== by 0x804DD79: handle_p2p_put (gnunet-service-fs.c:2591)
45==14995== by 0x40588B8: main_notify_handler (core_api.c:468)
46==14995== by 0x4067DAE: receive_task (client.c:499)
47==14995== by 0x40864C8: run_ready (scheduler.c:514)
48==14995== by 0x4086970: GNUNET_SCHEDULER_run (scheduler.c:642)
49==14995== by 0x408CF1B: GNUNET_SERVICE_run (service.c:1404)
50==14995== by 0x804F725: main (gnunet-service-fs.c:3506)
51==14995==
52
10* TBENCH: [MW] 53* TBENCH: [MW]
11 - good to have for transport/DV evaluation! 54 - good to have for transport/DV evaluation!
12* DV: [Nate] 55* DV: [Nate]