Method: RTunnel::Client#start
- Defined in:
- lib/rtunnel/client.rb
#start ⇒ Object
23 24 25 26 27 28 |
# File 'lib/rtunnel/client.rb', line 23 def start return if @server_connection @control_host = SocketFactory.host_from_address @control_address @control_port = SocketFactory.port_from_address @control_address connect_to_server end |