Re: [tor-dev] Two protocols to measure relay-sensitive hidden-service statistics

2015-01-14 Thread A. Johnson
>> AnonStats1 doesn’t leak the relay identity. The relay probability is sent >> over a separate circuit (at a random time). I intentionally did that just to >> avoid the problem you describe. >> > > Ah, I see, that makes sense. > > Some more notes from reading AnonStats1 then: > > a) How do r

Re: [tor-dev] torify/torsocks and TCP Fast Open

2015-01-14 Thread Tim Rühsen
Sorry, I forgot: > git clone https://github.com/rockdaboot/mget.git > cd mget git checkout develop > ./autogen.sh > ./configure Tim signature.asc Description: This is a digitally signed message part. ___ tor-dev mailing list tor-dev@lists.torproject.o

Re: [tor-dev] torify/torsocks and TCP Fast Open

2015-01-14 Thread Tim Ruehsen
On Wednesday 14 January 2015 09:01:40 David Goulet wrote: > On 13 Jan (15:25:35), Tim Ruehsen wrote: > > Hi, > > > > I tried to torify my wget-like application > > (https://github.com/rockdaboot/mget) and after some struggling I found > > that > > TFO is enabled by default (where available). > >

Re: [tor-dev] [PATCH] torify/torsocks and TCP Fast Open

2015-01-14 Thread Tim Ruehsen
Upps, I made a last second failure... Here is the amended (and working) patch. Tim On Wednesday 14 January 2015 14:55:58 Tim Ruehsen wrote: > Hi, > > no answer yet, so I created a first 'works for me' patch to let torified TFO > aware clients not leak silently. > > (I hope I am on the right list

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-14 Thread teor
On 15 Jan 2015, at 01:02 , tor-dev-requ...@lists.torproject.org wrote: > Date: Wed, 14 Jan 2015 13:28:22 +0100 > From: Mohiuddin Ebna Kawsar > Subject: Re: [tor-dev] how to simulate TOR network through chutney? > > Hi, > > isn't it possible to set exit node by explicitly specifying > *ExcludeE

[tor-dev] [PATCH] torify/torsocks and TCP Fast Open

2015-01-14 Thread Tim Ruehsen
Hi, no answer yet, so I created a first 'works for me' patch to let torified TFO aware clients not leak silently. (I hope I am on the right list here) Please review and apply|comment. Tim On Tuesday 13 January 2015 15:25:35 Tim Ruehsen wrote: > Hi, > > I tried to torify my wget-like applicatio

Re: [tor-dev] torify/torsocks and TCP Fast Open

2015-01-14 Thread David Goulet
On 13 Jan (15:25:35), Tim Ruehsen wrote: > Hi, > > I tried to torify my wget-like application > (https://github.com/rockdaboot/mget) and after some struggling I found that > TFO is enabled by default (where available). > > I guess, the problem is TFO not using connect() but sendto(). > > Pleas

Re: [tor-dev] Two protocols to measure relay-sensitive hidden-service statistics

2015-01-14 Thread George Kadianakis
"A. Johnson" writes: > Hi George, > > Thanks for the really thoughtful comments. > >>> Two HS statistics that we (i.e. people working on Sponsor R) are interested >>> in collecting are: >>> 1. The number of descriptor fetches received by a hidden-service directory >>> (HSDir) >>> 2. The numbe

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-14 Thread Mohiuddin Ebna Kawsar
Hi, isn't it possible to set exit node by explicitly specifying *ExcludeExitNodes test001a,test002a,test003r *in client torc file ? Regards Kawsar On Sun, Jan 11, 2015 at 2:45 PM, teor wrote: > > >> Date: Sun, 11 Jan 2015 14:09:56 +0100 > >> From: Mohiuddin Ebna Kawsar > >> > >> Hi teor, > >>