# File lib/mongo/address/ipv4.rb, line 69
      def initialize(host, port, host_name=nil)
        @host = host
        @port = port
        @host_name = host_name
      end