Inet:getaddr/3 is supported?

Is the inet:getaddr/3 supported?

we see that is exported by is marked with: “-doc false”

Seems like -doc false means that it’s exported for internal purposes (not to be used outside the app).

I don’t see any particular reason to consider it “internal”

Use inet:getaddr/2 instead. That’s the supported version. The 3-arity one is internal.

we need to use the timeout …
otherwise I never ask it :slight_smile:

I’d recommend opening an issue on GitHub on why exactly is it considered internal. More directly, open a PR where you’d remove -doc false attribute thus making that function “public”.