Re: [tor-dev] problems building on osx 10.9.4

2014-08-28 Thread Arlo Breault
Try, cd mkdir testing wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz tar xzvf libevent-2.0.21-stable.tar.gz cd libevent-2.0.21-stable ./configure --prefix=$HOME/testing make install cd .. git clone https://git.torproject.org/tor.git cd tor

[tor-dev] Catch probability of EE node greater than G and E node

2014-08-28 Thread saurav dahal
Hello, The following is the default Tor network in shadow simulator: Total BW of Guard flagged nodes=258.15 MB/S Total BW of Middle nodes=23.69 MB/S Total BW of Exit flagged nodes=13.23 MB/S Total BW of Guard+Exit flagged nodes=213.4 MB/S *1st Case:* I inserted 40 guard nodes and 40 exit nodes

Re: [tor-dev] Bandwidth Weighted Node selection algorithm

2014-08-28 Thread saurav dahal
If a client wants to select a node having Guard+Exit flag, for the entry position, then will it multiply the consensus bandweight of that node with WG or Wgg or Wgd? On Fri, Aug 29, 2014 at 7:12 AM, Mike Perry wrote: > saurav dahal: > > Hello, > > > > In the paper, > > > > "Zhen Ling; Junzhou

Re: [tor-dev] obfs4 test bundles

2014-08-28 Thread Yawning Angel
Hello everyone, I just uploaded a new set of obfs4 test bundles to: https://people.torproject.org/~yawning/volatile/tor-browser-obfs4-20140829/ I forgot to change the file names (oops), but that shouldn't affect the bundles and regenerating them just to rename/reversion would take quite a while,

Re: [tor-dev] Bandwidth Weighted Node selection algorithm

2014-08-28 Thread Mike Perry
saurav dahal: > Hello, > > In the paper, > > "Zhen Ling; Junzhou Luo; Wei Yu; Ming Yang; Xinwen Fu, "Extensive analysis > and large-scale empirical evaluation of tor bridge discovery," *INFOCOM, > 2012 Proceedings IEEE* , vol., no., pp.2381,2389, 25-30 March 2012", > > the author has mentioned

[tor-dev] problems building on osx 10.9.4

2014-08-28 Thread Alan Fay
Hello! I'm trying to get a working build of Tor so I can learn more about working on item "m. Improve test coverage in Tor". Apologies ahead of time for being green; this seemed to be the most accessible place to start contributing...I read through doc/HACKING and I'm slowly working through that.