shugo / ruby-lang.org wrote: > > http://bogomips.org/ruby.git/patch?id=d8241102f54 > > git://80x24.org/ruby socket-connect-check-v4 > > The code looks fine, but please remove the following comment in wait_connectable(). > > * So it's enough to wait only RB_WAITFD_OUT and check the pending error > * by getsockopt(). OK, I'll remove if we commit these versions. > Or there might be no need to wait RB_WAITFD_IN. I'm not sure. No need on Linux, but I think it is also harmless. I'd like to hear from Charlie to see if -v4 or -v5 can fix his error, first. -v5 might be more better, in fact..