mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
4 lines
207 B
Text
4 lines
207 B
Text
o Minor bugfixes:
|
|
- When binding to an IPv6 address, set the IPV6_V6ONLY socket
|
|
option, so that the IP stack doesn't decide to use it for IPv4
|
|
too. Fixes bug 4760; bugfix on 0.2.3.9-alpha.
|