From 15a913ae51994283e060938a44200d77c08eaab4 Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Thu, 19 Dec 2019 03:49:55 +0100 Subject: [PATCH] spec/waku-toc (#85) * fix toc * fix toc * fix broke * Update waku.md --- waku/waku.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/waku/waku.md b/waku/waku.md index f9ded211..88e8ce10 100644 --- a/waku/waku.md +++ b/waku/waku.md @@ -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)