aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/handshake_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p: disable encryption handshakeFelix Lange2015-02-191-0/+224
The diff is a bit bigger than expected because the protocol handshake logic has moved out of Peer. This is necessary because the protocol handshake will have custom framing in the final protocol.