mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-01 19:51:19 +00:00
BREAKING CHANGES: top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
libp2p-ping JavaScript Implementation
IPFS ping protocol JavaScript implementation
Note: git history prior to merging into js-libp2p can be found in the original repository, https://github.com/libp2p/js-libp2p-ping.
Usage
var Ping = require('libp2p/src/ping')
Ping.mount(libp2p) // Enable this peer to echo Ping requests
const latency = await Ping(libp2p, peerDst)
Ping.unmount(libp2p)