summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-29 18:58:16 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-29 18:58:16 +0000
commit3f9afa06250febe954c8bcebbea3a21c398e89a1 (patch)
treed9dbc7a85e0fa5fe80dcc3bc819dad818d1ec694 /ChangeLog
parente11a92bd54926cfa8fd75c3a73d93ab2e1fbc007 (diff)
downloadtor-3f9afa06250febe954c8bcebbea3a21c398e89a1.tar.gz
tor-3f9afa06250febe954c8bcebbea3a21c398e89a1.zip
r13068@catbus: nickm | 2007-05-29 14:58:13 -0400
Add some code to mitigate bug 393: Choose at random from multiple hidden service ports with the same virtport. This allows limited ad-hoc round-robining. svn:r10398
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83c3b7ade0..320c48f299 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -103,6 +103,12 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
to the AutomapHostsOnResolve option, this is no longer a completely
silly thing to do.
+ o Minor features (hidden services):
+ - Allow multiple HiddenServeicePort directives with the same virtual
+ port; when they occur, the user is sent round-robin to one
+ of the target ports chosen at random. Partially fixes bug 393 by
+ adding limited ad-hoc round-robining.
+
o Minor features (other):
- More unit tests.
- Add a new AutomapHostsOnResolve option: when it is enabled, any