From: "drbrain (Eric Hodel)" Date: 2013-03-12T02:18:58+09:00 Subject: [ruby-core:53320] [ruby-trunk - Feature #8042] Add Addrinfo#socket to create a socket that is not connected or bound Issue #8042 has been updated by drbrain (Eric Hodel). File addrinfo.socket.2.patch added Here is an updated patch using #unbound_socket, may I commit? PS: ext/socket has no listed maintainer, should it be you, Akira-san? ---------------------------------------- Feature #8042: Add Addrinfo#socket to create a socket that is not connected or bound https://bugs.ruby-lang.org/issues/8042#change-37514 Author: drbrain (Eric Hodel) Status: Open Priority: Normal Assignee: Category: ext Target version: current: 2.1.0 This adds a socket method to Addrinfo to get a socket that has not been bound or connected to any address for connectionless operation. -- http://bugs.ruby-lang.org/