Re: [tor-dev] TBB Memory Allocator choice fingerprint implications

2019-08-20 Thread Tom Ritter
> The only way to guarantee catching early allocator use is to switch > the system's allocator (ie, libc itself) to the new one. Otherwise, > the application will end up with two allocator implementations being > used: the application's custom one and the system's, included and used > within libc

Re: [tor-dev] [prop305] Introduction Point Behavior

2019-08-20 Thread George Kadianakis
David Goulet writes: > Greetings, > > This is part of the many discussions about proposal 305 which is the > ESTABLISH_INTRO DoS defenses cell extension. > > Implementation is close to done and under review in ticket #30924. However, > there is one part that is yet to be cleared out. asn and I

Re: [tor-dev] Putting onion services behind a third-party TCP proxy

2019-08-20 Thread teor
> On 20 Aug 2019, at 13:31, Pop Chunhapanya wrote: > > Hi Tim, > >> >> TCPProxy protocol host:port >> >> Tor will use the given protocol to make all its OR (SSL) connections through >> a TCP proxy on host:port, rather than connecting directly to servers. You >> may want to set