Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTime

All circuits are predictive; it's the ports that are expiring here.
This commit is contained in:
Nick Mathewson
2014-03-05 14:35:07 -05:00
parent 103cebd924
commit 22ccfc6b5f
5 changed files with 12 additions and 11 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
o Minor features:
- Made PREDICTED_CIRCS_RELEVANCE_TIME configurable from config
file. Implements ticket #9176. Patch by unixninja92.
file with a new option, PredictedPortsRelevanceTime. Implements
ticket #9176. Patch by unixninja92.