[tor-dev] [PATCH] Allow tordnsel to build on Squeeze

2011-06-19 Thread Jérémy Bobbio
Hi! Quoting IRC: I give up on tordnsel, I'm unable to get git head to compile in squeeze Attached are 3 patches that allow tordnsel to build on a Squeeze system. I unfortunately lack a test environment to ensure that the resulting binary works fine. Haskell has proven quite trusty,

Re: [tor-dev] TOR control protocol timeout

2011-06-19 Thread Damian Johnson
> you and atagar... I am atagar. > atagar's timeout was way too short in my testing. I picked 20 ms because that's the runtime for fast queries, like 'GETINFO version'. There was a tradeoff in picking the timeout duration, but since it was within a loop it didn't impact correctness. Lowering mea

Re: [tor-dev] TOR control protocol timeout

2011-06-19 Thread Sean Robinson
On Sun, Jun 19, 2011 at 9:55 AM, Damian Johnson wrote: >>  Is there a defined timeout for the TOR control protocol?  How long >> should a control port client wait around for socket data when reading? >>  Or writing?  The only references to timeouts that I find in >> control-spec.txt are about circ

Re: [tor-dev] TOR control protocol timeout

2011-06-19 Thread Damian Johnson
> Is there a defined timeout for the TOR control protocol? How long > should a control port client wait around for socket data when reading? > Or writing? The only references to timeouts that I find in > control-spec.txt are about circuit and stream timeouts reported back > through the control

[tor-dev] TOR control protocol timeout

2011-06-19 Thread Sean Robinson
Is there a defined timeout for the TOR control protocol? How long should a control port client wait around for socket data when reading? Or writing? The only references to timeouts that I find in control-spec.txt are about circuit and stream timeouts reported back through the control port. --