View Source cets_ping (cets v0.2.0)

Helper module for pinging remote nodes.

Link to this section Summary

Functions

Pings a remote node.
Run multiple ping requests from many nodes.
Sends ping result back to cets_discovery.

Link to this section 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.