On Tue, 8 Sep 2009 19:58:21 +0200 Bas Wijnen wrote: >On Mon, Sep 07, 2009 at 07:44:44AM +0200, Roland Clobus wrote: >> I've applied a patch to the subversion repository upstream. An incoming >> connection will now correctly try all available protocols. > >While this solves the problem, it doesn't use the better solution that >Steve suggested (if I understand you correctly), namely to make the >server IPv6-capable.
I've chosen to fix the issue by taking the easier route. It is easier to change the client to iterate through all available protocols (which was slightly complicated by the non-blocking sockets) than to make the server listen on all protocols at the same time. The server is currently listening only on the first protocol returned by getaddrinfo, even though a loop exists in the code. With kind regards, Roland Clobus -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org