vacp2p -> vac

This commit is contained in:
decanus 2019-08-02 18:18:06 +02:00
parent 44a2050bd3
commit 1a28ba138f
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Specifications
This repository contains the specs for [vacp2p](https://vac.dev), a modular peer-to-peer messaging stack, with a focus on secure messaging. A detailed explanation of the vacp2p and its design goals can be found [here](https://vac.dev/vac-overview).
This repository contains the specs for [vac](https://vac.dev), a modular peer-to-peer messaging stack, with a focus on secure messaging. A detailed explanation of the vac and its design goals can be found [here](https://vac.dev/vac-overview).
## Status
The entire vacp2p protocol is under active development, each specification has its own `status` which is reflected through the version number at the top of every document. We use [semver](https://semver.org/) to version these specifications.
The entire vac protocol is under active development, each specification has its own `status` which is reflected through the version number at the top of every document. We use [semver](https://semver.org/) to version these specifications.
## Protocols
These protocols define various components of the [vacp2p](https://vac.dev) stack.
These protocols define various components of the [vac](https://vac.dev) stack.
- [mvds](./mvds.md) - Ensure reliable messaging between peers across an unreliable peer-to-peer (P2P) network where they may be unreachable or unresponsive.