Update README being explicit about proto2

Addresses https://github.com/libp2p/specs/issues/281
This commit is contained in:
Oskar Thorén
2020-07-17 15:25:03 +08:00
committed by GitHub
parent 8fa7fa3301
commit 5a84204358

View File

@@ -68,6 +68,8 @@ and are used throughout the system.
These specs define wire protocols that are used by libp2p for connectivity,
security, multiplexing, and other purposes.
The protocols described below all use [protocol buffers](https://developers.google.com/protocol-buffers/docs/proto?hl=en) (aka protobuf) to define message schemas. Version `proto2` is used unless stated otherwise.
- [identify][spec_identify] - Exchange keys and addresses with other peers
- [mplex][spec_mplex] - The friendly stream multiplexer
- [plaintext][spec_plaintext] - An insecure transport for non-production usage