Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 73d353247c2e3ccff1fbe725bdc3580450ea12ac
https://github.com/btcsuite/btcd/commit/73d353247c2e3ccff1fbe725bdc3580450ea12ac
Author: Jonathan Gillham <[email protected]>
Date: 2016-02-06 (Sat, 06 Feb 2016)
Changed paths:
M peer/doc.go
M peer/example_test.go
M peer/peer.go
M peer/peer_test.go
M server.go
Log Message:
-----------
peer: Consolidate Connect, Disconnect, Start, Shutdown public methods.
This commit does not change functionality. It makes the creation of inbound and
outbound peers more homogeneous. As a result the Start method of peer was
removed as it was found not to be necessary. This is the first of several pull
requests/commits designed to make the peer public API and internals less
complex.