This commit is contained in:
Oskar Thoren 2020-07-07 13:07:16 +08:00
parent 91b26bd85e
commit 7a97c1b1a9
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 17 additions and 1 deletions

View File

@ -7,7 +7,23 @@ authors: Oskar Thorén <oskar@status.im>
## Table of Contents
TODO
- [Abstract](#abstract)
- [Motivation](#motivation)
- [Definitions](#definitions)
- [Goals](#goals)
- [Underlying Transports and Prerequisites](#underlying-transports-and-prerequisites)
* [Peer Discovery](#peer-discovery)
* [PubSub interface](#pubsub-interface)
* [Protocol Identifier](#protocol-identifier)
* [FloodSub](#floodsub)
* [Bridge mode](#bridge-mode)
- [Wire Specification](#wire-specification)
* [Messages](#messages)
* [SubOpts](#subopts)
- [Changelog](#changelog)
- [Copyright](#copyright)
- [References](#references)
## Abstract