# File lib/net/ping/udp.rb, line 66
    def bind(host, port)
      @bind_host = host
      @bind_port = port
    end