caravan v1.0.0-rc.0 Caravan.Epmd.Dist_dist
Implements the Erlang distribution protocol. Forwards most calls to
:inet_tcp_dist
with the exception of listen/1
which uses Caravan.Epmd
to get the distribution port instead of calling out to epmd
. The _dist
part of the module name is required for it to work, but will be used like this
-proto_dist Caravan.Epmd.Dist
Link to this section Summary
Link to this section Functions
Link to this function
accept(listen)
Link to this function
accept_connection(accept_pid, socket, my_node, allowed, setup_time)
Link to this function
close(listen)
Link to this function
is_node_name(node)
Link to this function
listen(name)
Link to this function
select(node)
Link to this function
setup(node, type, my_node, long_or_short_names, setup_time)