MCPcopy Create free account
hub / github.com/DNAProject/DNA / ping

Method ping

p2pserver/p2pserver.go:511–514  ·  view source on GitHub ↗

ping send pkg to get pong msg from others

()

Source from the content-addressed store, hash-verified

509
510//ping send pkg to get pong msg from others
511func (this *P2PServer) ping() {
512 peers := this.network.GetNeighbors()
513 this.pingTo(peers)
514}
515
516//pings send pkgs to get pong msg from others
517func (this *P2PServer) pingTo(peers []*peer.Peer) {

Callers 1

heartBeatServiceMethod · 0.95

Calls 2

pingToMethod · 0.95
GetNeighborsMethod · 0.65

Tested by

no test coverage detected