Function check_port_availability

Source
pub fn check_port_availability(
    port_option: &PortRange,
    nodes: &[NodeServiceData],
) -> Result<()>
Expand description

Make sure the port is not already in use by another node.