mirror of https://github.com/vacp2p/rfc.git
Update waku.md (#58)
This commit is contained in:
parent
e2fe1e4c50
commit
28b3ab0097
2
waku.md
2
waku.md
|
@ -294,7 +294,7 @@ The envelope MUST be signed with a symmetric key agreed between the requester an
|
|||
|
||||
Historic messages MUST be sent to a peer as a packet with a P2P Message code (`0x7f`) followed by an array of Waku envelopes. It is incompatible with the original Whisper spec (EIP-627) because it allows only a single envelope, however, an array of envelopes is much more performant. In order to stay compatible with EIP-627, a peer receiving historic message MUST handle both cases.
|
||||
|
||||
In order to receive historic messages from a mailserver, a node MUST trust the selected mailserver, that is allow to receive packets with the P2P Message code. By default, such packets are discarded.
|
||||
In order to receive historic messages from a mailserver, a node MUST trust the selected mailserver, that is allow to receive expired packets with the P2P Message code. By default, such packets are discarded.
|
||||
|
||||
Received envelopes MUST be passed through the Waku envelopes pipelines so that they are picked up by registered filters and passed to subscribers.
|
||||
|
||||
|
|
Loading…
Reference in New Issue