private bool publishPort() { if (a_node.getEpmd() != null) { return(false); } // already published OtpEpmd.publishPort(a_node); return(true); }