aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-22 09:34:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-22 09:34:46 +0000
commit01a4013c9f1bca74ae784b3508b67be32d9b33db (patch)
treece99e2a1deea2155f08470ebd90a581fc9a61650 /TODO
parent79dea1de0667904be4ec99d7b65a61fa966da3f3 (diff)
downloadgnunet-01a4013c9f1bca74ae784b3508b67be32d9b33db.tar.gz
gnunet-01a4013c9f1bca74ae784b3508b67be32d9b33db.zip
ignore addresses of other peers that are equal to our own
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 6eccfe2f3..7f4e86826 100644
--- a/TODO
+++ b/TODO
@@ -158,11 +158,6 @@ Optimizations:
158 - should use BIO instead of mmap 158 - should use BIO instead of mmap
159* TRANSPORT: 159* TRANSPORT:
160 - need to periodically probe latency/transport cost changes & possibly switch transport 160 - need to periodically probe latency/transport cost changes & possibly switch transport
161 - instantly filter addresses from *other* peers that
162 are *equal* to our own address + port (i.e., localhost:2086). We
163 no longer filter those for outgoing (helps with loopback testing
164 and keeps the code clean), but we should filter strictly *impossible*
165 incoming addresses! This is for efficiency, not correctness.
166 - should use hash map to look up Neighbours (service AND plugins!) 161 - should use hash map to look up Neighbours (service AND plugins!)
167* HOSTLIST: 162* HOSTLIST:
168 - 'server' uses 'GNUNET_PEERINFO_iterate', should probably switch to notification API 163 - 'server' uses 'GNUNET_PEERINFO_iterate', should probably switch to notification API