summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2016-01-03 15:35:45 +0100
committerrl1987 <rl1987@sdf.lonestar.org>2016-01-03 15:35:45 +0100
commit44497e9ebc5231dcdb6a392093f85990fe13542e (patch)
treeef5dbb11e3d66aab52c4ea386aa47a751258d180 /changes
parentcdbb04be102969bd2cece9daf42896e061cc8880 (diff)
downloadtor-44497e9ebc5231dcdb6a392093f85990fe13542e.tar.gz
tor-44497e9ebc5231dcdb6a392093f85990fe13542e.zip
Add family argument to get_interface_addresses_raw (and subfunctions).
Diffstat (limited to 'changes')
-rw-r--r--changes/feature179505
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature17950 b/changes/feature17950
new file mode 100644
index 0000000000..5ea83ecd8e
--- /dev/null
+++ b/changes/feature17950
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Add a family argument to get_interface_addresses_raw() and
+ subfunctions to make network interface address interogation more
+ efficient. Now Tor can specifically ask for IPv4, IPv6 or both
+ types of interfaces from the operating system. Resolves ticket 17950.