View Source partisan_inet (partisan v5.0.0-rc.8)

Summary

Functions

Returns connected if the host has at least one non-loopback network interface address. Otherwise returns disconnected.
Returns connected if the host has at least one non-loopback network interface address. Otherwise returns disconnected.

Functions

Link to this function

code_change(OldVsn, State, Extra)

View Source
Link to this function

handle_call(_, From, State0)

View Source
Link to this function

handle_info(Msg, State0)

View Source
-spec monitor(Flag :: boolean()) -> ok.
-spec net_status() -> connected | disconnected.
Returns connected if the host has at least one non-loopback network interface address. Otherwise returns disconnected.
-spec net_status([nocache]) -> connected | disconnected.
Returns connected if the host has at least one non-loopback network interface address. Otherwise returns disconnected.
Link to this function

terminate(Reason, State)

View Source