aboutsummaryrefslogtreecommitdiff
path: root/changes/bug4760
Commit message (Collapse)AuthorAge
* merge in the changes files so farRoger Dingledine2012-03-14
|
* Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.Nick Mathewson2012-01-31
If we don't do this, [::] can be interpreted to mean all v4 and all v6 addresses. Found by dcf. Fixes bug 4760. See RFC 3493 section 5.3 for more info.