Open sasikumar87 opened 4 months ago
Currently sockets are supported only through ipv4. Need to pass in inet6 as an option to :gen_tcp.connect to enable ipv6 support.
inet6
:gen_tcp.connect
Currently sockets are supported only through ipv4. Need to pass in
inet6
as an option to:gen_tcp.connect
to enable ipv6 support.