aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-28 11:33:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-28 11:33:29 +0000
commit684476aafc7c225d565295fdac4a00ee8bfc207f (patch)
treee0d7790b83276467fcd8eb50e1537b8a8e8e8fc0 /TODO
parent43bb2e8d1def0d823a876e30f50bca941e351da0 (diff)
downloadgnunet-684476aafc7c225d565295fdac4a00ee8bfc207f.tar.gz
gnunet-684476aafc7c225d565295fdac4a00ee8bfc207f.zip
stats for datacache
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3db19b785..404597138 100644
--- a/TODO
+++ b/TODO
@@ -169,7 +169,7 @@ Optimizations:
169 - should use hash map to look up Neighbours (service AND plugins!) 169 - should use hash map to look up Neighbours (service AND plugins!)
170* HOSTLIST: 170* HOSTLIST:
171 - 'server' uses 'GNUNET_PEERINFO_iterate', should probably switch to notification API 171 - 'server' uses 'GNUNET_PEERINFO_iterate', should probably switch to notification API
172 (for more instant / up-to-date hostlists at lower cost) 172 (for more instant / up-to-date hostlists at lower cost) [done by MW?]
173* DATASTORE (?): 173* DATASTORE (?):
174 - check for duplicates on insertion (currently, same content is frequently 174 - check for duplicates on insertion (currently, same content is frequently
175 stored again [seen with KBLOCKS and SBLOCKS]!) 175 stored again [seen with KBLOCKS and SBLOCKS]!)
@@ -185,9 +185,5 @@ Minor features:
185 - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above) 185 - [./transport/plugin_transport_tcp.c:391]: (style) struct or union member 'Plugin::address_update_task' is never used (related to issue above)
186* TRANSPORT: 186* TRANSPORT:
187 - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?) 187 - [./transport/gnunet-service-transport.c:173]: (style) struct or union member 'TransportPlugin::rebuild' is never used (related to TCP not refreshing external addresses?)
188* DATACACHE:
189 - add stats (# bytes available, # bytes used, # PUTs, # GETs, # GETs satisfied)
190* FS:
191 - support inline data in directories for recursive file downloads (fs_download)
192* BLOCKS: 188* BLOCKS:
193 - testcase would be nice... 189 - testcase would be nice...