a name='robots' content='index, nofollow'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/handshake.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-448/+0
* p2p: fix disconnect at capacityFelix Lange2015-05-081-12/+12
* eth, p2p: add trusted node list beside static listPéter Szilágyi2015-05-041-7/+7
* eth, p2p: rename trusted nodes to static, drop inbound extra slotsPéter Szilágyi2015-05-011-7/+7
* p2p: add trust check to handshake, test privileged connectivityPéter Szilágyi2015-04-301-7/+7
* p2p: fix goroutine leak when handshake read failsFelix Lange2015-04-131-1/+1
* p2p: improve disconnect signaling at handshake timeFelix Lange2015-04-101-26/+42
* p2p: fix Peer shutdown deadlocksFelix Lange2015-04-101-1/+1
* p2p: use package rlp to encode messagesFelix Lange2015-03-19