Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-02 Thread Navin Francis
Hi Waldo: It seems like like we are trying to do almost exactly the same thing :) You also mentioned that you got Tor working as a visual studio project. I was trying to do this myself, but its really a PITA since the Tor configuration does not generate a visual studio project and the VC++ librar

[tor-dev] How many OR Listen per Tor relay?

2013-04-02 Thread SiNA Rabbani
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 How many public IP addresses can 1 Tor relay listen for and also publish to directories? Note that non of these public IP addresses are going to actually exists on the relay, plan is to use iptables to forward traffic from multiple locations on the

Re: [tor-dev] Embedding tor in an application and using tor without opening a port

2013-04-02 Thread Fabio Pietrosanti (naif)
On 4/2/13 12:09 AM, Nick Mathewson wrote: > > My preferred approach for applications that want to include their own > Tor would be to have a library (perhaps based on Torsocks) that > handles making connections over Tor, plus maybe another library that > would find a running Tor or launch one as ne