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