You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to work with the OTP socket API, we need a way to get information about hosts and their addresses, and the recommended way to do this is via net:getaddrinfo/1 and net:getaddrinfo/2
Add support for net:getaddrinfo/1,2
This PR adds support for the `net:getaddrinfo/1,2` family of functions.
Addresses Issue #902
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
In order to work with the OTP socket API, we need a way to get information about hosts and their addresses, and the recommended way to do this is via
net:getaddrinfo/1
andnet:getaddrinfo/2
See https://www.erlang.org/doc/man/net
C.f. https://erlangforums.com/t/discrepancy-in-type-spec-for-net-getaddrinfo/2984
The text was updated successfully, but these errors were encountered: