Method: RTunnel::SocketFactory.connect_socket_address
- Defined in:
- lib/rtunnel/socket_factory.rb
.connect_socket_address(options) ⇒ Object
45 46 47 |
# File 'lib/rtunnel/socket_factory.rb', line 45 def self.connect_socket_address() Socket::pack_sockaddr_in connect_port(), connect_host() end |