From: Tanaka Akira Date: 2013-03-26T01:13:01+09:00 Subject: [ruby-core:53724] Re: [ruby-trunk - Bug #8159] Build failure introduced by Rinda changes 2013/3/25 naruse (Yui NARUSE) : >> It seems we need Socket.getifaddrs. > > Sure, but what is the type of its return value? > Extended Addrinfo or a new object like Ifaddr? I think it should have new class. Addrinfo has bunch of methods for a struct sockaddr. But struct ifaddrs has multiple pointers to struct sockaddr. It is difficult to deal with them fairly. -- Tanaka Akira