ping method

Stream<PingResult> ping(
  1. PeerId peerId
)

Initiates a ping to the specified peer

Implementation

Stream<PingResult> ping(PeerId peerId) {
  return pingStream(host, peerId);
}