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