[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Patch: tor-0.1.1.23 spuriously killed slow directory connections



On Tue, Aug 29, 2006 at 01:37:18AM +0800, Adam J. Richter wrote:
> 	tor-0.1.1.23 has a bug in the code that is supposed to
> close connections to directory servers that have been mute for more
> than five minutes.  Instead, it closes such connections that were
> opened more than five minutes ago, even if they are quite active
> (because the code checks timestamp_lastwritten instead of
> timestamp_lastread).

Hi Adam,

Good catch. I've adapted your patch here:
http://archives.seul.org/or/cvs/Aug-2006/msg00199.html

It's in svn trunk now, and will be in 0.1.1.24 whenever
that comes out.

Thanks,
--Roger