Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p2p: use RLPx frames for messaging | Felix Lange | 2015-03-04 | 1 | -17/+10 |
| | |||||
* | p2p: encrypted and authenticated RLPx frame I/O | Felix Lange | 2015-03-04 | 1 | -57/+100 |
| | |||||
* | p2p: disable encryption handshake | Felix Lange | 2015-02-19 | 1 | -0/+434 |
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. |