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

p2p: Fix peer list encoding #229

Closed
wants to merge 3 commits into from
Closed

p2p: Fix peer list encoding #229

wants to merge 3 commits into from

Commits on Jan 3, 2015

  1. p2p: read/write handshake concurrently

    This makes it possible to run two base protocols
    against each other over a MsgPipe.
    fjl committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    19d9cc3 View commit details
    Browse the repository at this point in the history
  2. p2p: fix peer list encoding

    It sent [0x5, [p1, p2, ...]] but needs to send [0x5, p1, p2, ...]
    fjl committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    2111cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274124b View commit details
    Browse the repository at this point in the history