*: Link to libp2p/specs in doc comments (#3077)

This commit is contained in:
João Oliveira
2022-11-04 10:32:41 +00:00
committed by GitHub
parent 1ba9e4579d
commit 280c51ef83
15 changed files with 44 additions and 14 deletions

View File

@ -18,6 +18,8 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
//! Implementation of the [Gossipsub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md) protocol.
//!
//! Gossipsub is a P2P pubsub (publish/subscription) routing layer designed to extend upon
//! floodsub and meshsub routing protocols.
//!