fork download
  1. (1..1024).each {|p| puts [p, (s=TCPSocket.new('localhost', p)).tap {s.setsockopt(Socket::SOL_SOCKET,Socket::SO_REUSEADDR, true); s.close}].join(' => ') rescue next}
Success #stdin #stdout 0.02s 7728KB
stdin
Standard input is empty
stdout
Standard output is empty