Method: RTunnel::SocketFactory.bind_port

Defined in:
lib/rtunnel/socket_factory.rb

.bind_port(options) ⇒ Object



29
30
31
# File 'lib/rtunnel/socket_factory.rb', line 29

def self.bind_port(options)
  options[:in_port] or port_from_address(options[:in_addr]) or 0
end