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