File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ Target C++ compilers are:
14
14
15
15
## Supported protocols
16
16
* Transports: TCP
17
- * Security protocols: [ Plaintext 2.0] ( https://github.com/libp2p/specs/blob/master/plaintext/README.md ) , [ SECIO] ( https://github.com/libp2p/specs/blob/master/secio/README.md ) (WIP)
17
+ * Security protocols: [ Plaintext 2.0] ( https://github.com/libp2p/specs/blob/master/plaintext/README.md ) , [ SECIO] ( https://github.com/libp2p/specs/blob/master/secio/README.md )
18
18
* Multiplexing protocols: [ MPlex] ( https://github.com/libp2p/specs/tree/master/mplex ) , [ Yamux] ( https://github.com/hashicorp/yamux/blob/master/spec.md )
19
- * [ Kademlia DHT] ( https://github.com/libp2p/specs/pull/108 ) (WIP)
19
+ * [ Kademlia DHT] ( https://github.com/libp2p/specs/pull/108 )
20
+ * [ Gossipsub] ( https://github.com/libp2p/specs/tree/master/pubsub/gossipsub ) (WIP)
20
21
* [ Identify] ( https://github.com/libp2p/specs/tree/master/identify )
21
22
22
23
## Development
You can’t perform that action at this time.
0 commit comments