# File lib/mongo/socket/tcp.rb, line 67
      def initialize(host, port, timeout, family, options = {})
        @host, @port, @timeout, @options = host, port, timeout, options
        super(family)
        connect!
      end