TCPSocket.new(remote_host, remote_port, local_host=nil, local_port=nil)
Class Public methods
Opens a TCP connection to remote_host
on
remote_port
. If local_host
and
local_port
are specified, then those parameters are used on
the local end to establish the connection.
Please login to continue.