Caravan.Epmd.Dist_dist (caravan v1.0.1)

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

Summary

Functions

accept(listen)

accept_connection(accept_pid, socket, my_node, allowed, setup_time)

close(listen)

is_node_name(node)

listen(name)

select(node)

setup(node, type, my_node, long_or_short_names, setup_time)