View Source cets_ping (cets v0.3.0)

Helper module for pinging remote nodes.

Summary

Functions

Pings a remote node.

Run multiple ping requests from many nodes.

Sends ping result back to cets_discovery.

Functions

-spec ping(node()) -> pong | pang.

Pings a remote node.

-spec ping_pairs([{node(), node()}]) -> [{node(), node(), pong | (Reason :: term())}].

Run multiple ping requests from many nodes.

Link to this function

send_ping_result(SendTo, Node, PingResult)

View Source
-spec send_ping_result(pid(), node(), pong | pang) -> ok.

Sends ping result back to cets_discovery.