aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-27 23:05:20 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-27 23:05:20 +0000
commit359e97be5e33493691d53aa6a51f1b364f46dab9 (patch)
tree86b8b8b1d876c9f43c48fe9e22c773b3e1e9fee1 /BUGS
parent831a40aa47b5ca69a1ea35791e37fe3acb713436 (diff)
downloadgnunet-359e97be5e33493691d53aa6a51f1b364f46dab9.tar.gz
gnunet-359e97be5e33493691d53aa6a51f1b364f46dab9.zip
update
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index ba53b1bdf..d209717f5 100644
--- a/BUGS
+++ b/BUGS
@@ -9,8 +9,10 @@ sane end-user should care about this codebase yet anyway.
9 - only connect() sockets that are ready (select()) [Nils] 9 - only connect() sockets that are ready (select()) [Nils]
10 [On W32, we need to select after calling socket before 10 [On W32, we need to select after calling socket before
11 doing connect etc.] 11 doing connect etc.]
12* SERVER: 12 - server: inefficient memmove
13 - inefficient memmove 13 - client: should do exponential back-off (starting at 1ms,
14 bounded by 1s) when connection failed (in addition to
15 half-time-to-deadline retry at the end)
14* TRANSPORT: 16* TRANSPORT:
15 - transport_api: support forcing disconnects through low quotas! 17 - transport_api: support forcing disconnects through low quotas!
16 (required for working F2F support!) 18 (required for working F2F support!)