[erlang-questions] IPv6 name resolver patch for R12B-2
Matthew Dempsky
matthew@REDACTED
Thu Apr 24 22:10:22 CEST 2008
On Thu, Apr 24, 2008 at 7:17 AM, Raimo Niskanen
<raimo+erlang-questions@REDACTED> wrote:
> I now have a solution running in our daily builds.
> I attach a patch for R12B-2. Please try it!
Awesome! I applied it to an R12B-3 snapshot (from yesterday or so)
and it works great on OS X 10.5.2:
matthew@REDACTED:~/src/otp_src_R12B-3$ ./bin/erl
Erlang (BEAM) emulator version 5.6.3 [source] [smp:2]
[async-threads:0] [kernel-poll:false]
Eshell V5.6.3 (abort with ^G)
1> inet:getaddr("ipv6.google.com", inet6).
{ok,{8193,18528,0,8193,0,0,0,104}}
2> inet:getaddr("www.kame.net", inet6).
{ok,{8193,512,0,32770,515,18431,65189,12421}}
More information about the erlang-questions
mailing list