More precise language

This commit is contained in:
Marco Munizaga
2022-11-05 05:45:03 -07:00
parent 8383370a89
commit 8af5686ad9
2 changed files with 16 additions and 8 deletions

View File

@@ -72,6 +72,7 @@ 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.
- [ping][spec_ping] - Ping protocol
- [autonat][spec_autonat] - NAT detection
- [identify][spec_identify] - Exchange keys and addresses with other peers
- [kademlia][spec_kademlia] - The Kademlia Distributed Hash Table (DHT) subsystem
@@ -129,3 +130,4 @@ you feel an issue isn't the appropriate place for your topic, please join our
[spec_autonat]: ./autonat/README.md
[spec_dcutr]: ./relay/DCUtR.md
[spec_webtransport]: ./webtransport/README.md
[spec_ping]: ./ping/ping.md