aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-21 20:48:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-21 20:48:40 +0000
commitb05f920bfa907476b618a24bd78487db8873d2a1 (patch)
treefad22297a66787044837faa4c2c3459f48d6bb85 /TODO
parentafec51a8dd5d9f77a00d902acd7b5efc04675298 (diff)
downloadgnunet-b05f920bfa907476b618a24bd78487db8873d2a1.tar.gz
gnunet-b05f920bfa907476b618a24bd78487db8873d2a1.zip
add code to enable checking if transport's idea of our peer identity matches that of core, etc -- might help diagnose certain bugs
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 12 insertions, 12 deletions
diff --git a/TODO b/TODO
index 747548f23..4511ae209 100644
--- a/TODO
+++ b/TODO
@@ -22,15 +22,6 @@
22* DHT: [Nate] 22* DHT: [Nate]
23 - implement DHT service 23 - implement DHT service
24 - implement performance tests 24 - implement performance tests
25* FS: [CG]
26 - service:
27 + trust: do not charge when "idle" / load considerations (migration, routing)
28 + artificial delays
29 + active reply route caching design & implementation; gap extension!
30 - non-anonymous FS service (needs DHT)
31 + DHT integration for search
32 + CS-DHT-functions (DHT-put of LOC)
33 + P2P-functions (DHT-get)
34* GNUNET-GTK: [CG] 25* GNUNET-GTK: [CG]
35 - implement publish dialog details: 26 - implement publish dialog details:
36 + open (import directory structure) 27 + open (import directory structure)
@@ -92,9 +83,18 @@
92 - datacache 83 - datacache
93 - datastore 84 - datastore
94* FS: [CG] 85* FS: [CG]
95 - reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download) 86 - library:
96 - add support for pushing "already seen" search results to FS service for bloomfilter (can wait) 87 + reconstruct IBLOCKS from DBLOCKS if possible (during download; see FIXME in fs_download)
97 - use different 'priority' for probe downloads vs. normal downloads 88 + add support for pushing "already seen" search results to FS service for bloomfilter (can wait)
89 + use different 'priority' for probe downloads vs. normal downloads
90 - service:
91 + trust: do not charge when "idle" / load considerations (migration, routing)
92 + artificial delays
93 + active reply route caching design & implementation; gap extension!
94 - non-anonymous FS service (needs DHT)
95 + DHT integration for search
96 + CS-DHT-functions (DHT-put of LOC)
97 + P2P-functions (DHT-get)
98 - implement FS performance tests 98 - implement FS performance tests
99 + insert 99 + insert
100 + download 100 + download