Updates to README

This commit is contained in:
Netscape Navigator 2020-04-08 08:54:28 -05:00
parent a6a8634cab
commit 0fb9ab2b66
1 changed files with 5 additions and 0 deletions

View File

@ -71,6 +71,11 @@ Eg: `pigeon identity show` becomes `./pigeon-cli show`.
- [ ] Update spec document CLI usage examples to reflect API changes in 2020.
- [ ] Performance benchmarks (Do this second to last!)
- [ ] Performance tuning (Do this last!)
- [ ] Set a max message size of 4k
# Do this later
- [ ] Interest and Disinterest Signalling for document routing: Create a `$gossip` message to express `blob.have`, `blob.want` and to note last message received of a peer. This can steer bundle creation and an eventual `--for` flag at bundle creation time.
# Idea Bin
- [ ] Map/reduce plugin support for custom indices?