aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/rlpx.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: fix close data racePéter Szilágyi2015-06-091-0/+1
* p2p: new dialer, peer management without locksFelix Lange2015-05-251-4/+440
* p2p: reject messages that cannot be written as simple RLPx framesFelix Lange2015-03-041-0/+5
* p2p: restore read/write timeoutsFelix Lange2015-03-041-0/+5
* p2p: make RLPx frame MAC 16 bytes as defined in the specFelix Lange2015-03-041-12/+19
* p2p: encrypted and authenticated RLPx frame I/OFelix Lange2015-03-041-19/+47
* p2p: add basic RLPx frame I/OFelix Lange2015-03-041-0/+129