Recvfrom broken on mswin32?

ruby -v
ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-mswin32]

I’m also running on windows vista, but I don’t know if this is an
issue on the overall mswin32-x86 platform.

I’m getting an error when trying to recvfrom on a TCP Socket. The
code looks as follows:

listen_socket = TCPSocket.new(“127.0.0.1”,5000)
(data,host) = listen_socket.recvfrom( 1024 )

running this code (it’s in my unit test) yields:

SocketError: getnameinfo: ai_family not supported.
./lib/juggernaut.rb:42:in `recvfrom’

Any idea why this might be occurring? Is it due to something related
to IPv6 support?

Anybody out there? I don’t want this to get too buried.

On 3/2/07, [email protected] [email protected] wrote:

Anybody out there? I don’t want this to get too buried.

22 hours is not enough time to warrant a bump.

If you suspect a Ruby bug, I suggest raising the issue on ruby-core (a
lower traffic environment) or just filing a bug report on the
Rubyforge project.

-austin

Okay, where is the ruby-core discussion? I see a read-only forum on
ruby-form.org.

On 3/5/07, [email protected] [email protected] wrote:

Okay, where is the ruby-core discussion? I see a read-only forum on
ruby-form.org.

Try going to ruby-lang.org; you’ll be introduced to the mailing lists.

-austin