ethereum / devp2p

Ethereum peer-to-peer networking specifications
979 stars 275 forks source link

rlpx.md: correct description of snappy frame-size #158

Closed fjl closed 4 years ago

fjl commented 4 years ago

In all current implementations, the frame size refers to the compressed length of the message. The uncompressed length is encoded as a varint at the beginning of the compressed msg-data payload.