Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket32637 #1675

Merged
merged 2 commits into from Jan 20, 2020
Merged

Ticket32637 #1675

merged 2 commits into from Jan 20, 2020

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Jan 20, 2020

No description provided.

teor2345 added 2 commits Jan 20, 2020
Make Tor clients tell dual-stack exits that they prefer IPv6
connections.

This change is equivalent to setting the PreferIPv6 flag on
SOCKSPorts (and most other listener ports). Tor Browser has
been setting this flag for some time, and we want to remove a
client distinguisher at exits.

Also update the man page, putting all the IP flags in their
non-default forms.

Closes ticket 32637.
Explain that:
* most flags default to off
* flags that default to on are specified

Document PreferIPv6Automap in its "No" form, because it's on by
default.

Cleanup after 32637.
@coveralls
Copy link

@coveralls coveralls commented Jan 20, 2020

Pull Request Test Coverage Report for Build 7829

  • 2 of 3 (66.67%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0005%) to 63.344%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/core/mainloop/connection.c 0 1 0.0%
Totals Coverage Status
Change from base Build 7828: 0.0005%
Covered Lines: 49956
Relevant Lines: 78865

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 6898131 into torproject:master Jan 20, 2020
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment