commit 044c8498ac2b13b2a2982f3efbdbd0e5c598350e Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Apr 30 08:58:45 2012 +0200
Add tech report on bridges (not) reporting statistics. --- web/WEB-INF/index.jsp | 4 ++++ web/WEB-INF/papers.jsp | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp index 34b73af..816dae2 100644 --- a/web/WEB-INF/index.jsp +++ b/web/WEB-INF/index.jsp @@ -32,6 +32,10 @@ <br> <h3>News</h3> <ul> + <li>April 30, 2012: Added <a + href="papers/bridge-report-usage-stats-2012-04-30.pdf">tech + report</a>: "What fraction of our bridges are not reporting + usage statistics?"</li> <li>March 12, 2012: Added <a href="papers/bridge-scaling-2012-03-09.pdf">tech report</a>: "What if the Tor network had 50,000 bridges?"</li> diff --git a/web/WEB-INF/papers.jsp b/web/WEB-INF/papers.jsp index 54112b7..dc2e75a 100644 --- a/web/WEB-INF/papers.jsp +++ b/web/WEB-INF/papers.jsp @@ -46,6 +46,10 @@ been included in the <a href="#papers">papers</a> above or in the daily updated <a href="graphs.html">graphs</a>. <ul> + <li>What fraction of our bridges are not reporting usage + statistics? (<a + href="papers/bridge-report-usage-stats-2012-04-30.pdf">PDF</a>, + 339K from April 30, 2012).</li> <li>What if the Tor network had 50,000 bridges? (<a href="papers/bridge-scaling-2012-03-09.pdf">PDF</a>, 144K from March 9, 2012).</li>
tor-commits@lists.torproject.org