From: Roger Pack on

> Some other test :
> Linux : ok with ruby 1.8 (ubuntu 9.10 and "route add 224.0.0.0..." )
> windows : ruby 1.9.1 : Nok (no receive)
> (TCP/IP on ruby 1.9/windows is realy broken !)
> jruby 1.4.0 : error on socket.bind

works for me with all versions of ruby on windows... (windows 7).
--
Posted via http://www.ruby-forum.com/.

From: Charles Oliver Nutter on
On Thu, Dec 10, 2009 at 6:50 AM, Regis Aubarede
<regis.aubarede(a)gmail.com> wrote:
> jruby 1.4.0 : error on socket.bind

You should definitely try JRuby 1.5.1. There were hundreds of bug
fixes, including many for sockets.

- Charlie