This module communicates with the EPMD daemon, see
This function is invoked as this module is added as a child of the
Registers the node with
Requests the distribution port for the given node of an EPMD instance. Together with the port it returns a distribution protocol version which has been 5 since Erlang/OTP R6.
Called by the distribution module. Resolves the
Another epmd module may return port and distribution protocol version as well.
Called by
Example:
(arne@dunn)1> erl_epmd:names(localhost). {ok,[{"arne",40262}]}