Update mdf.md

This commit is contained in:
Dean Eigenmann 2019-11-05 07:31:55 +01:00 committed by GitHub
parent 81965e4d9e
commit f5a62f964b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
mdf.md
View File

@ -13,8 +13,8 @@
4. [Usage](#usage)
1. [`parents`](#parents)
2. [`ephemeral`](#ephemeral)
5. [Changelog](#changelog)
6. [Footnotes](#footnotes)
5. [Footnotes](#footnotes)
6. [Changelog](#changelog)
7. [Acknowledgements](#acknowledgements)
## Abstract
@ -78,16 +78,16 @@ Nodes MAY decide to not persist ephemeral messages, however they MUST NOT be sha
Nodes SHOULD send ephemeral messages in batch mode. As their delivery is not needed to be guaranteed.
## Footnotes
1. <https://en.wikipedia.org/wiki/Directed_acyclic_graph>
2. <https://jepsen.io/consistency/models/causal>
3. <https://en.wikipedia.org/wiki/Eventual_consistency>
## Changelog
| Version | Comment |
| :-----: | ------- |
| [0.1.0](https://github.com/vacp2p/specs/blob/53bc8585add58695c28cfaf4382818f4daf8de84/mdf.md) | Initial Release |
## Footnotes
1. <https://en.wikipedia.org/wiki/Directed_acyclic_graph>
2. <https://jepsen.io/consistency/models/causal>
3. <https://en.wikipedia.org/wiki/Eventual_consistency>
## Acknowledgements
- Andrea Maria Piana