[#274] IPv6-ready ruby — Jun-ichiro itojun Hagino <itojun@...>
We KAME team (www.kame.net) are working on IPv6-ready ruby.
7 messages
1999/04/13
[#275] Re: IPv6-ready ruby
— gotoken@... (GOTO Kentaro)
1999/04/14
In message "[ruby-talk:00274] IPv6-ready ruby"
[#276] Re: IPv6-ready ruby
— Jun-ichiro itojun Hagino <itojun@...>
1999/04/14
[#297] Ruby 1.3.3-990430 — matz <matz@...>
Ruby 1.3.3-990430 is out, check out:
1 message
1999/04/30
[ruby-talk:00278] Re: IPv6-ready ruby
From:
Jun-ichiro itojun Hagino <itojun@...>
Date:
1999-04-14 08:36:51 UTC
List:
ruby-talk #278
>> Snapshot dated 19990413 may not work on IPv4-only environment.
>> 19990413a and more recent ones should be okay... I'm still changing
>> socket.c (adding methods to Socket, hunting bugs, etc) and will be
>Thank you for comments. I applied `ruby-124-v6-19990413a.diff.gz' and
>`ruby-125-v6-19990414.diff.gz' to `ruby-1.2.4.tar.gz' and
>`ruby-1.2.5.tar.gz' respectively. Unfortunately I got same errors:
>% ruby -r socket -ve 'p TCPsocket.open("www", "daytime").read'
>ruby 1.2.4(99/04/09) [i386-freebsd2.2.6]
>/tmp/rbun4308:1:in `open': Protocol not supported - socket(2) (Errno::EPROTONOSUPPORT)
> from /tmp/rbun4308:1
>%
Now I fixed the bug. missing/get{addr,name}info.c implements
only subset of the functionalities defined in the spec (next POSIX
draft and/or RFC2553). I've imported fully functional implementation
to missing/*.c so the problem should be gone. (tested and working fine)
Thanks and please try the next snapshot too!
itojun