aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index fb7326dd1..e65b3b940 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,5 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - Allow checking of presence of search results and/or content via command-line tools
4 (add options to gnunet-search / gnunet-download to limit search to local peer)
5 [needed for full persistence support...]
6 - persistence support (publish, unindex, search, download) 3 - persistence support (publish, unindex, search, download)
7 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks) 4 - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)
8 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used 5 - [gnunet-service-fs.c:208]: member 'LocalGetContext::results_bf_size' is never used
@@ -174,6 +171,8 @@ Optimizations:
174 (theoretically reduces overhead; bounds message queue size) 171 (theoretically reduces overhead; bounds message queue size)
175 - merge multiple iteration requests over "all" peers in the queue 172 - merge multiple iteration requests over "all" peers in the queue
176 (theoretically reduces overhead; bounds messgae queue size) 173 (theoretically reduces overhead; bounds messgae queue size)
174* FS:
175 - use different queue prioritization for probe-downloads vs. normal downloads (!?)
177 176
178Minor features: 177Minor features:
179* TCP: 178* TCP: