diff options
author | Linus Nordberg <linus@torproject.org> | 2012-08-14 14:03:58 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-08-20 17:01:18 +0200 |
commit | 9216e2819b563d3e519b131a7ec34b3ddc196e25 (patch) | |
tree | 96a096c99ed9087cdd849a60e74d6750e60de0a7 /changes | |
parent | 661bd3fe714f0c9986eb872eb8eb5d72b2efc195 (diff) | |
download | tor-9216e2819b563d3e519b131a7ec34b3ddc196e25.tar.gz tor-9216e2819b563d3e519b131a7ec34b3ddc196e25.zip |
Send IPv6 address in NETINFO cells.
Closes #6364.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6364 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6364 b/changes/bug6364 new file mode 100644 index 0000000000..c0eb453959 --- /dev/null +++ b/changes/bug6364 @@ -0,0 +1,3 @@ + o Minor features: + - A relay with an IPv6 OR port now sends that address in NETINFO + cells. Fix for bug 6364. |