aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-21 20:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-21 20:19:43 +0000
commit84e15afe4933ee2ca62e3e111ca261c3a986c157 (patch)
tree8a9cd9a06b723b940f6d11b0272f5eb395db39c4 /TODO
parenta06d7742d5a48229767c152f9466432d17e162de (diff)
downloadgnunet-84e15afe4933ee2ca62e3e111ca261c3a986c157.tar.gz
gnunet-84e15afe4933ee2ca62e3e111ca261c3a986c157.zip
activating new peerinfo API
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index b5b5176b2..dcc13d8e9 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,4 @@
10.9.0pre1: 10.9.0pre1:
2* PEERINFO: [CG]
3 - finish implementing NEW API (cancel, timeout, submit-during-receive prevention)
4 - test new API
5 - transition existing code to new API
6 - remove support for old API
7* FS: [CG] 2* FS: [CG]
8 - support recursive download even if filename is NULL and we hence 3 - support recursive download even if filename is NULL and we hence
9 do not generate files on disk (use temp_filename) 4 do not generate files on disk (use temp_filename)
@@ -175,6 +170,11 @@ Optimizations:
175* DATASTORE (?): 170* DATASTORE (?):
176 - check for duplicates on insertion (currently, same content is frequently 171 - check for duplicates on insertion (currently, same content is frequently
177 stored again [seen with KBLOCKS and SBLOCKS]!) 172 stored again [seen with KBLOCKS and SBLOCKS]!)
173* PEERINFO:
174 - merge multiple HELLOs of the same peer in the transmission queue
175 (theoretically reduces overhead; bounds message queue size)
176 - merge multiple iteration requests over "all" peers in the queue
177 (theoretically reduces overhead; bounds messgae queue size)
178 178
179Minor features: 179Minor features:
180* TCP: 180* TCP: