diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-01 20:32:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-01 20:32:18 -0500 |
commit | 2b2b97484ad07c91ac410735a96fe8710e60cf23 (patch) | |
tree | 1e484c79478f34faea52da03e7bb262fa421d318 /changes | |
parent | 701eaef980de4f7dbb5c31c4fee9b7e1e266d7a1 (diff) | |
parent | ad031b64ce355ac3af15adb716a4322858dce4a8 (diff) | |
download | tor-2b2b97484ad07c91ac410735a96fe8710e60cf23.tar.gz tor-2b2b97484ad07c91ac410735a96fe8710e60cf23.zip |
Merge branch 'ticket27490a_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27490 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket27490 b/changes/ticket27490 new file mode 100644 index 0000000000..523477dfea --- /dev/null +++ b/changes/ticket27490 @@ -0,0 +1,6 @@ + o Minor features (ipv6): + - We add an option ClientAutoIPv6ORPort which makes clients randomly + prefer a node's IPv4 or IPv6 ORPort. The random preference is set + every time a node is loaded from a new consensus or bridge config. + Closes ticket 27490. Patch by Neel Chauhan. + |