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

Ignore getaddr messages on Outbound connections. #5442

Merged
merged 1 commit into from
Mar 9, 2015

Commits on Feb 6, 2015

  1. Ignore getaddr messages on Outbound connections.

    The only time when a client sends a "getaddr" message is when he
    esatblishes an Outbound connection (see ProcessMessage() in
    src/main.cpp).  Another bitcoin client is expected to receive a
    "getaddr" message only on Inbound connection. Ignoring "gettaddr"
    requests on Outbound connections can resolve potential privacy issues
    (and as was said such request normally do not happen anyway).
    ivanpustogarov committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    dca799e View commit details
    Browse the repository at this point in the history