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

server: fix inbound/outbound peer connection logic #1008

Merged
merged 2 commits into from Jun 7, 2018

Commits on Jun 6, 2018

  1. server: use correct inbound value for peerConnected calls

    In this commit, we address the meaning of the inbound parameter to
    peerConnected. An inbound connection is defined as a connection
    initiated by the peer, rather than ourselves.
    
    We also update the inbound value for the peerConnected calls within
    OutboundPeerConnected and InboundPeerConnected to reflect the definition
    above.
    wpaulino committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    09253ea View commit details
    Browse the repository at this point in the history
  2. Revert "rpcserver: flip inbound bool for display, fix internally later"

    This reverts commit 5126e43 since the
    underlying issue has now been fixed.
    wpaulino committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    077b1ff View commit details
    Browse the repository at this point in the history