]> git.ipfire.org Git - thirdparty/tor.git/commit
A Bridge Authority should compute flag thresholds
authorMatthew Finkel <Matthew.Finkel@gmail.com>
Wed, 2 Oct 2013 02:46:24 +0000 (02:46 +0000)
committerMatthew Finkel <Matthew.Finkel@gmail.com>
Mon, 21 Oct 2013 17:49:33 +0000 (17:49 +0000)
commitb36f93a6711aa3c763d1ea0765862cd2f6939756
tree3e26ee77484cfb521bcf2b69e9ab012553e6e53f
parentb7a17de454c9c2721059393d237f3984bd5aa74f
A Bridge Authority should compute flag thresholds

As a bridge authority, before we create our networkstatus document, we
should compute the thresholds needed for the various status flags
assigned to each bridge based on the status of all other bridges. We
then add these thresholds to the networkstatus document for easy access.
Fixes for #1117 and #9859.
changes/bug9859 [new file with mode: 0644]
src/or/dirserv.c
src/or/dirserv.h
src/or/networkstatus.c