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,
> 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
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
> 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
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.
--