aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-06 20:28:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-06 20:28:21 +0000
commit1e94a424f360666f438064901fa9a800aa6e383e (patch)
tree98e03f29ba5cc8eea920042c2b637c440d1ded44 /TODO
parent7db4f64461a77f19bb39f1b84d26f96e6acf40ab (diff)
downloadgnunet-1e94a424f360666f438064901fa9a800aa6e383e.tar.gz
gnunet-1e94a424f360666f438064901fa9a800aa6e383e.zip
fix unindex persistence
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 9 insertions, 12 deletions
diff --git a/TODO b/TODO
index 0eb7fc6b2..bf30d665a 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,14 @@
10.9.0pre1: 10.9.0pre1:
2* MIGRATION [CG]
3 - on-demand encoding => move logic to block-library!?
4 - peer selection => how to consider latency/bw/etc?
5 - content transmission => how often the same block?
6 - how to select delay before next migration?
7 - migration to us
8 - testing
9 - integrate with FS or not? (peer list, index/on-demand encoding, block code,
10 inbound priority assignment; all would be easier with tight integration!)
2* FS: [CG] 11* FS: [CG]
3 - persistence testing (unindex, search):
4 * unindex:
5 + need to clean up state on stop/suspend (including file-hashing => util API change!)
6 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) 12 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)
7 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used 13 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
8 - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used 14 - [gnunet-service-fs.c:501]: member 'PendingRequest::used_pids_size' is never used
@@ -14,15 +20,6 @@
14 - [gnunet-service-fs.c:700]: member 'ConnectedPeer::last_client_replies_woff' is never used 20 - [gnunet-service-fs.c:700]: member 'ConnectedPeer::last_client_replies_woff' is never used
15 - GAP improvements: 21 - GAP improvements:
16 + active reply route caching design & implementation of service; gap extension! 22 + active reply route caching design & implementation of service; gap extension!
17* MIGRATION [CG]
18 - on-demand encoding => move logic to block-library!?
19 - peer selection => how to consider latency/bw/etc?
20 - content transmission => how often the same block?
21 - how to select delay before next migration?
22 - migration to us
23 - testing
24 - integrate with FS or not? (peer list, index/on-demand encoding, block code,
25 inbound priority assignment; all would be easier with tight integration!)
26* TBENCH: [MW] 23* TBENCH: [MW]
27 - good to have for transport/DV evaluation! 24 - good to have for transport/DV evaluation!
28* DV: [Nate] 25* DV: [Nate]