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

2015-01-17 Thread Tim Rühsen
Hi, do you need any more information ? Tim Am Mittwoch, 14. Januar 2015, 16:53:58 schrieb 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

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] 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

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

2015-01-13 Thread Tim Ruehsen
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(). Please enlighten me, what I can do (despite turning off TFO). I