View Source erldist_filter_otp_25_2_3_dist_util (erldist_filter v1.1.0)
Link to this section Summary
Link to this section Functions
-spec cancel_timer(Timer) -> true when Timer :: pid().
-spec handshake_other_started(HSData) -> no_return() when HSData :: #hs_data{}.
-spec handshake_we_started(PreHSData) -> no_return() when PreHSData :: #hs_data{}.
-spec is_allowed(Node, Allowed) -> boolean()
when Node :: node() | string() | binary(), Allowed :: [Node].
-spec is_node_name(NodeName) -> boolean() when NodeName :: iodata().
-spec net_ticker_spawn_options() -> [erlang:spawn_opt_option()].
-spec rejectable_flags() -> integer().
-spec reset_timer(Timer) -> ok when Timer :: pid().
-spec setup_timer(Pid, Timeout) -> no_return() when Pid :: pid(), Timeout :: timeout().
-spec shutdown(atom(), non_neg_integer(), term()) -> no_return().
-spec shutdown(atom(), non_neg_integer(), term(), term()) -> no_return().
-spec split_node(Node) -> Result | {error, {invalid_node, Node}}
when
Result :: NameOnly | HostOnly | Empty | SplitNode,
NameOnly :: {name, Name},
HostOnly :: {host, Host},
Empty :: [[]],
SplitNode :: {node, Name, Host},
Node :: node() | string() | binary(),
Host :: string(),
Name :: string().
-spec start_timer(Timeout) -> pid() when Timeout :: timeout().
-spec strict_order_flags() -> integer().