method

bind

v1_8_6_287 - Show latest stable - Class: UDPSocket
bind(host, port)
public

No documentation available.

# File lib/resolv-replace.rb, line 25
  def bind(host, port)
    host = IPSocket.getaddress(host) if host != ""
    original_resolv_bind(host, port)
  end