aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2012-10-24 18:03:09 -0700
committerMike Perry <mikeperry-git@fscked.org>2012-12-07 15:28:37 -0800
commit248fbc3619664e1d9f4b16732ccbdb484939624d (patch)
treea1f026afd2c3c3ca7c92ffa3308494061ff00b3c /src/or/or.h
parent954f263ed5eb451a0742f8888681e10e64dd193a (diff)
downloadtor-248fbc3619664e1d9f4b16732ccbdb484939624d.tar.gz
tor-248fbc3619664e1d9f4b16732ccbdb484939624d.zip
Update pathbias parameters to match Proposal 209.
Needs manpage update and testing still..
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 59202104db..cef52018bb 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3784,9 +3784,12 @@ typedef struct {
*/
int PathBiasCircThreshold;
double PathBiasNoticeRate;
- double PathBiasDisableRate;
+ double PathBiasWarnRate;
+ double PathBiasCritRate;
+ int PathBiasDropGuards;
int PathBiasScaleThreshold;
int PathBiasScaleFactor;
+ int PathBiasMultFactor;
/** @} */
int IPv6Exit; /**< Do we support exiting to IPv6 addresses? */