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