aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/rlpx.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p: reject messages that cannot be written as simple RLPx framesFelix Lange2015-03-041-0/+5
| | | | | Until chunked frames are implemented we cannot send messages with a size overflowing uint24.
* p2p: restore read/write timeoutsFelix Lange2015-03-041-0/+5
| | | | They got lost in the transition to rlpxFrameRW.
* 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