aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-17 22:54:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-17 22:54:36 +0000
commite8bc962b2ed43e194ba124537573da236786e82c (patch)
treeba3acb5402a7aaaf08ceeadebb4047d872c3cd2c /TODO
parent967418d0b309a8efb8d552ced8359bfe2d444e45 (diff)
downloadgnunet-e8bc962b2ed43e194ba124537573da236786e82c.tar.gz
gnunet-e8bc962b2ed43e194ba124537573da236786e82c.zip
use back-off and higher-frequency re-tries to start with for creating connections
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index bca489b25..2054d5df1 100644
--- a/TODO
+++ b/TODO
@@ -3,12 +3,6 @@
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: [CG] 5* TOPOLOGY: [CG]
6 - needs to re-try connecting after disconnect (currently, it
7 initially triggers a connection request, but if that connection
8 fails / goes down, it does not retry in a timely fashion;
9 cause seems to be the 'greylist_after_attempt' being set to 1h,
10 which is rather long -- and should probably be adjusted based on
11 the number of connections / known peers & use some form of back-off)
12 - If the topology daemon crashes, peers that were put on the 6 - If the topology daemon crashes, peers that were put on the
13 blacklist with transport will never be removed from it (until 7 blacklist with transport will never be removed from it (until
14 transport service dies); we should use the blacklist notification 8 transport service dies); we should use the blacklist notification