From: Tanaka Akira Date: 2013-03-08T16:54:59+09:00 Subject: [ruby-core:53223] Re: [ruby-trunk - Feature #8042][Open] Add Addrinfo#socket to create a socket that is not connected or bound 2013/3/8 drbrain (Eric Hodel) : > Feature #8042: Add Addrinfo#socket to create a socket that is not connected or bound > https://bugs.ruby-lang.org/issues/8042 > This adds a socket method to Addrinfo to get a socket that has not been bound or connected to any address for connectionless operation. I think the method name, Addrinfo#socket, is too generic. I feel that Addrinfo#socket method uses socket address in Addrinfo object, but this proposal doesn't. -- Tanaka Akira