diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-04-13 13:29:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-04-13 13:29:30 -0400 |
commit | 96a0edf373b52da382206d12716ebd1cb96a1518 (patch) | |
tree | 88025a0bbdd0743277f43b88ab716aed6f83e095 /changes | |
parent | d888a8210fc33d9d0ad835c05a2bf8b7b6882830 (diff) | |
download | tor-96a0edf373b52da382206d12716ebd1cb96a1518.tar.gz tor-96a0edf373b52da382206d12716ebd1cb96a1518.zip |
Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec
Everything that accepted the 'Circ' name handled it wrong, so even now
that we fixed the handling of the parameter, we wouldn't be able to
set it without making all the 0.2.2.7..0.2.2.10 relays act wonky.
This patch makes Tors accept the 'Circuit' name instead, so we can
turn on circuit priorities without confusing the versions that treated
the 'Circ' name as occasion to act weird.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/read_circpriorityhalflife_correctly | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/read_circpriorityhalflife_correctly b/changes/read_circpriorityhalflife_correctly index 9fcbd6923e..651e4db284 100644 --- a/changes/read_circpriorityhalflife_correctly +++ b/changes/read_circpriorityhalflife_correctly @@ -2,4 +2,6 @@ - Fix a stupid parenthesization error that made every possible value of CircPriorityHalflifeMsec get treated as "1 msec". Bugfix on 0.2.2.7-alpha. - + - Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec, + so authorities can tell newer relays about the option without + breaking older ones. |