aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-17 20:55:37 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-17 20:55:37 +0000
commit3c8c69ae5071745d3d1e810001404f752cf559c3 (patch)
tree1400a9b0ba55353b01a89b45a7ab03db586b0363 /TODO
parent6032eb391ed917368d05d697aa2e441e0908d8bb (diff)
downloadgnunet-3c8c69ae5071745d3d1e810001404f752cf559c3.tar.gz
gnunet-3c8c69ae5071745d3d1e810001404f752cf559c3.zip
working on topology
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 406eb4f64..b7b1441b7 100644
--- a/TODO
+++ b/TODO
@@ -3,17 +3,8 @@
3 - trust: need *fast* way to check/update trust in peers 3 - trust: need *fast* way to check/update trust in peers
4 (async peerinfo would not be right; certainly not with the current API) 4 (async peerinfo would not be right; certainly not with the current API)
5* TOPOLOGY: 5* TOPOLOGY:
6 - move code to use hash table instead of linked list
7 - check if new HELLO learned is different from old HELLO 6 - check if new HELLO learned is different from old HELLO
8 before resetting entire state! 7 before resetting entire state!
9 - the code uses the term 'blacklist' for both peers that are forbidden
10 to connect (i.e. F2F mode) as well as peers that we currently
11 won't try to actively connect to ourselves (since we just tried);
12 This is confusing. We need two distinct terms (greylist?).
13 - instead of periodically discarding blacklisted entries,
14 simply add task that is triggered at the right time (earlier free,
15 more balanced load)
16
17 - needs more testing (especially F2F topology) 8 - needs more testing (especially F2F topology)
18 - needs to re-try connecting after disconnect (currently, it 9 - needs to re-try connecting after disconnect (currently, it
19 initially triggers a connection request, but if that connection 10 initially triggers a connection request, but if that connection