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().
Link to this function

handshake_other_started(HSData)

View Source
-spec handshake_other_started(HSData) -> no_return() when HSData :: #hs_data{}.
Link to this function

handshake_we_started(PreHSData)

View Source
-spec handshake_we_started(PreHSData) -> no_return() when PreHSData :: #hs_data{}.
Link to this function

is_allowed(Node, Allowed)

View Source
-spec is_allowed(Node, Allowed) -> boolean()
              when Node :: node() | string() | binary(), Allowed :: [Node].
-spec is_node_name(NodeName) -> boolean() when NodeName :: iodata().
Link to this function

net_ticker_spawn_options()

View Source
-spec net_ticker_spawn_options() -> [erlang:spawn_opt_option()].
-spec rejectable_flags() -> integer().
-spec reset_timer(Timer) -> ok when Timer :: pid().
Link to this function

setup_timer(Pid, Timeout)

View Source
-spec setup_timer(Pid, Timeout) -> no_return() when Pid :: pid(), Timeout :: timeout().
Link to this function

shutdown(Module, Line, Data)

View Source
-spec shutdown(atom(), non_neg_integer(), term()) -> no_return().
Link to this function

shutdown(Module, Line, Data, Reason)

View Source
-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().