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

net: log connections failures via SOCKS5 with less severity #30064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 31, 2024

  1. net: log connections failures via SOCKS5 with less severity

    It is expected to have some Bitcoin nodes unreachable some of the time.
    A failure to connect to an IPv4 or IPv6 node is already properly logged
    under category=net/severity=debug. Do the same when a connection fails
    when using a SOCKS5 proxy. This could be either to an .onion address or
    to an IPv4 or IPv6 address (via a Tor exit node).
    
    Related: bitcoin#29759
    vasild committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f3cfbd6 View commit details
    Browse the repository at this point in the history