View Source cets_ping (cets v0.2.0)
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.
-spec ping_pairs([{node(), node()}]) -> [{node(), node(), pong | (Reason :: term())}].
-spec send_ping_result(pid(), node(), pong | pang) -> ok.