mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-27 15:15:14 +00:00
Update waku.md
This commit is contained in:
parent
f2e2404c2a
commit
0de280bb77
2
waku.md
2
waku.md
@ -47,7 +47,7 @@ Waku was created to incrementally improve in areas that Whisper is lacking in, w
|
|||||||
|
|
||||||
### Use of RLPx transport protocol
|
### Use of RLPx transport protocol
|
||||||
|
|
||||||
All Waku messages are sent as devp2p RLPx transport protocol, version 5 <sup>[1](https://github.com/ethereum/devp2p/blob/master/rlpx.md)</sup> packets. These packets MUST be RLP-encoded arrays of data containing two objects: packet code followed by another object (whose type depends on the packet code). See [informal RLP spec](https://github.com/ethereum/wiki/wiki/RLP) and the [Ethereum Yellow Paper, appendix B](https://ethereum.github.io/yellowpaper/paper.pdf) for more details on RLP.
|
All Waku messages are sent as devp2p RLPx transport protocol, version 5<sup>[1](https://github.com/ethereum/devp2p/blob/master/rlpx.md)</sup> packets. These packets MUST be RLP-encoded arrays of data containing two objects: packet code followed by another object (whose type depends on the packet code). See [informal RLP spec](https://github.com/ethereum/wiki/wiki/RLP) and the [Ethereum Yellow Paper, appendix B](https://ethereum.github.io/yellowpaper/paper.pdf) for more details on RLP.
|
||||||
|
|
||||||
Waku nodes that do not support a particular packet code MUST ignore the packet without generating any error.
|
Waku nodes that do not support a particular packet code MUST ignore the packet without generating any error.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user