spec/waku-toc (#85)

* fix toc

* fix toc

* fix broke

* Update waku.md
This commit is contained in:
Dean Eigenmann 2019-12-19 03:49:55 +01:00 committed by Oskar Thorén
parent 9a2783ead4
commit 15a913ae51

View File

@ -9,7 +9,10 @@
- [Abstract](#abstract)
- [Motivation](#motivation)
- [Definitions](#definitions)
- [Specification](#specification)
- [Underlying Transports and Prerequisites](#underlying-transports-and-prerequisites)
- [Use of DevP2P](#use-of-devp2p)
- [Gossip based routing](#gossip-based-routing)
- [Wire Specification](#wire-specification)
- [Use of RLPx transport protocol](#use-of-rlpx-transport-protocol)
- [ABNF specification](#abnf-specification)
- [Packet Codes](#packet-codes)
@ -18,7 +21,7 @@
- [Packet code Rationale](#packet-code-rationale)
- [Additional capabilities](#additional-capabilities)
- [Light node](#light-node)
- [Accounting for resources](#accounting-for-resources)
- [Accounting for resources (experimental)](#accounting-for-resources-experimental)
- [Backwards Compatibility](#backwards-compatibility)
- [Waku-Whisper bridging](#waku-whisper-bridging)
- [Forwards Compatibility](#forwards-compatibility)
@ -30,8 +33,10 @@
- [Appendix B: Implementation Notes](#appendix-b-implementation-notes)
- [Implementation Matrix](#implementation-matrix)
- [Recommendations for clients](#recommendations-for-clients)
- [Node discovery](#node-discovery)
- [Footnotes](#footnotes)
- [Changelog](#changelog)
- [Differences between waku/0 and waku/1 (WIP)](#differences-between-waku0-and-waku1-wip)
- [Differences between shh/6 waku/0](#differences-between-shh6-waku0)
- [Acknowledgements](#acknowledgements)
- [Copyright](#copyright)