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