From: Christian Grothoff Date: Tue, 27 Oct 2009 23:05:20 +0000 (+0000) Subject: update X-Git-Tag: initial-import-from-subversion-38251~23216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=359e97be5e33493691d53aa6a51f1b364f46dab9;p=oweals%2Fgnunet.git update --- 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. - only connect() sockets that are ready (select()) [Nils] [On W32, we need to select after calling socket before doing connect etc.] -* SERVER: - - inefficient memmove + - server: inefficient memmove + - client: should do exponential back-off (starting at 1ms, + bounded by 1s) when connection failed (in addition to + half-time-to-deadline retry at the end) * TRANSPORT: - transport_api: support forcing disconnects through low quotas! (required for working F2F support!)