Network.ConnectionCheck.check_connection

You're seeing just the function check_connection, go back to Network.ConnectionCheck module for more information.
Link to this function

check_connection(prev_connected_nodes)

Checks the current list of connected nodes and compares it to the previous list of nodes. If the list goes from empty to not empty, the node requests a backup by calling ´OrderDistributor.request_backup/0´.

Parameters

  • prev_connected_nodes: list of the previously connected nodes :: list()

Return

  • no_return