mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-16 15:40:49 +00:00
Sometimes they are `NOT_FOUND`, sometimes `ERR_NOT_FOUND`, etc. Move all error codes into `errors.js` and reference them from there.
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)