diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-08 15:08:28 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-08 15:08:28 -0800 |
commit | 5b5abd8c038b88cba7078a105b0896cd151ee509 (patch) | |
tree | d4bfa46c7a830d5a1e262f1f53705f3a9061f949 /changes | |
parent | a1019b82c1e26f0fb925bfc9ae55d213be579a90 (diff) | |
parent | 110765f5564a588c5f019d32b5e6f66cc7806c41 (diff) | |
download | tor-5b5abd8c038b88cba7078a105b0896cd151ee509.tar.gz tor-5b5abd8c038b88cba7078a105b0896cd151ee509.zip |
Merge commit '110765f5564a588c5f019d32b5e6f66cc7806c41'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17951 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature17951 b/changes/feature17951 new file mode 100644 index 0000000000..42ec32a0dd --- /dev/null +++ b/changes/feature17951 @@ -0,0 +1,6 @@ + o Minor features: + - When get_interface_address6_list(.,AF_UNSPEC,.) is called and fails + to enumerate interface addresses using the platform-specific API, + have it rely on the UDP socket fallback technique to try and find + out what IP addresses (both IPv4 and IPv6) our machine has. Resolves + ticket 17951. |