aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-18 14:55:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-18 14:55:38 +0000
commit197610adefaed55ac4eeb192b3ed075593835758 (patch)
tree7794434221df91171ccf2cb8585fec89f2c9e5b8 /TODO
parentafa1480d98bca6d9a6d388e464080c231b4cfc1f (diff)
downloadgnunet-197610adefaed55ac4eeb192b3ed075593835758.tar.gz
gnunet-197610adefaed55ac4eeb192b3ed075593835758.zip
stuff
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index adc41743d..a0a86789c 100644
--- a/TODO
+++ b/TODO
@@ -23,8 +23,10 @@ away), in order in which they will likely be done:
23 - disconnect notifications from TCP not always as nice as we might want 23 - disconnect notifications from TCP not always as nice as we might want
24 them to be (but how can we do this cleanly given that UDP is connectionless?) 24 them to be (but how can we do this cleanly given that UDP is connectionless?)
25 - implement transport API to pretty-print transport address 25 - implement transport API to pretty-print transport address
26 + transport_api extension (API extension!) 26 + resolve cyclic dependency (gnunet-peerinfo -> transport_api -> peerinfo!)
27 + service-transport extension (protocol extension) 27 + gnunet-transport-service crashes when asked to resolve address (!)
28 + asynchronous transport lookup and non-CPS iterator in peerinfo require
29 some work to ensure printing in the proper order...
28 - instantly filter addresses from *other* peers that 30 - instantly filter addresses from *other* peers that
29 are *equal* to our own address + port (i.e., localhost:2086). We 31 are *equal* to our own address + port (i.e., localhost:2086). We
30 no longer filter those for outgoing (helps with loopback testing 32 no longer filter those for outgoing (helps with loopback testing