1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* sample/svr.rb: obsolete TCPserver renamed. [ruby-core:24712]

* sample/tsvr.rb: ditto.

* sample/dualstack-httpd.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2009-08-03 09:26:26 +00:00
parent 0f1c1ecbd8
commit e2ea286ec9
4 changed files with 11 additions and 3 deletions

View file

@ -12,7 +12,7 @@ names = []
threads = []
res.each do |i|
s = TCPserver.new(i[3], i[1])
s = TCPServer.new(i[3], i[1])
n = Socket.getnameinfo(s.getsockname, Socket::NI_NUMERICHOST|Socket::NI_NUMERICSERV).join(" port ")
sockpool.push s
names.push n