aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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!)