mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-27 07:05:57 +00:00
Update waku.md
This commit is contained in:
parent
456b7deca0
commit
edf1d82d54
3
waku.md
3
waku.md
@ -74,7 +74,7 @@ Waku is a RLPx subprotocol called `waku` with version `0`. The version number co
|
||||
|
||||
Using [Augmented Backus-Naur form (ABNF)](https://tools.ietf.org/html/rfc5234) we have the following format:
|
||||
|
||||
```
|
||||
```abnf
|
||||
; Packet codes 0 - 127 are reserved for Waku protocol
|
||||
packet-code = 1*3DIGIT
|
||||
|
||||
@ -286,7 +286,6 @@ Packet code `0x03` will be necessary for scalability of the network. In case of
|
||||
|
||||
Packet codes `0x7E` and `0x7F` may be used to implement Waku Mail Server and Client. Without P2P messages it would be impossible to deliver the old messages, since they will be recognized as expired, and the peer will be disconnected for violating the Whisper protocol. They might be useful for other purposes when it is not possible to spend time on PoW, e.g. if a stock exchange will want to provide live feed about the latest trades.
|
||||
|
||||
|
||||
## Additional capabilities
|
||||
|
||||
Waku supports multiple capabilities. These include light node, rate limiting and bridging of traffic. Here we list these capabilities, how they are identified, what properties they have and what invariants they must maintain.
|
||||
|
Loading…
x
Reference in New Issue
Block a user