diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:35:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:35:07 -0500 |
commit | 22ccfc6b5f25f75795e5f9d554b18e717962de3e (patch) | |
tree | 044c2f7b84d34b32710d557338928ad5e45b6a65 /src/or/or.h | |
parent | 103cebd9243367106909251e73ee97aafe9d201c (diff) | |
download | tor-22ccfc6b5f25f75795e5f9d554b18e717962de3e.tar.gz tor-22ccfc6b5f25f75795e5f9d554b18e717962de3e.zip |
Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTime
All circuits are predictive; it's the ports that are expiring here.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7043e2f976..546adaa3a2 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3638,7 +3638,7 @@ typedef struct { * a new one? */ int MaxCircuitDirtiness; /**< Never use circs that were first used more than this interval ago. */ - int PredictedCircsRelevanceTime; /** How long after we've requested a + int PredictedPortsRelevanceTime; /** How long after we've requested a * connection for a given port, do we want * to continue to pick exits that support * that port? */ |