Method: RTunnel::SocketFactory.bind_socket_address

Defined in:
lib/rtunnel/socket_factory.rb

.bind_socket_address(options) ⇒ Object



33
34
35
# File 'lib/rtunnel/socket_factory.rb', line 33

def self.bind_socket_address(options)
  Socket::pack_sockaddr_in bind_port(options), bind_host(options)
end