gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6900 - in GNUnet: contrib src/applications/fs/fsui src/inc


From: gnunet
Subject: [GNUnet-SVN] r6900 - in GNUnet: contrib src/applications/fs/fsui src/include
Date: Mon, 26 May 2008 19:26:41 -0600 (MDT)

Author: grothoff
Date: 2008-05-26 19:26:40 -0600 (Mon, 26 May 2008)
New Revision: 6900

Modified:
   GNUnet/contrib/config-client.scm
   GNUnet/src/applications/fs/fsui/fsui.h
   GNUnet/src/include/gnunet_fsui_lib.h
Log:
changing default, make value public

Modified: GNUnet/contrib/config-client.scm
===================================================================
--- GNUnet/contrib/config-client.scm    2008-05-27 01:25:54 UTC (rev 6899)
+++ GNUnet/contrib/config-client.scm    2008-05-27 01:26:40 UTC (rev 6900)
@@ -345,8 +345,8 @@
    (_ "This option is useful to eliminate files that the user already has from 
the search.  Naturally, enabling this option maybe confusing because some 
obviously expected search results would no longer show up.  This option only 
works if the URI_DB_SIZE option under FS is not zero (since the URI DB is used 
to determine which files the user is sharing)")
    '()
    #t
-   #t
    #f
+   #f
    'fs-loaded) )
 
 

Modified: GNUnet/src/applications/fs/fsui/fsui.h
===================================================================
--- GNUnet/src/applications/fs/fsui/fsui.h      2008-05-27 01:25:54 UTC (rev 
6899)
+++ GNUnet/src/applications/fs/fsui/fsui.h      2008-05-27 01:26:40 UTC (rev 
6900)
@@ -31,11 +31,6 @@
 #include "gnunet_ecrs_lib.h"
 
 /**
- * How many probes do we do at most per search?
- */
-#define GNUNET_FSUI_MAX_PROBES 10
-
-/**
  * How many seconds do we spend on the first test download?
  * (each additional probe will take exponentially longer)
  */

Modified: GNUnet/src/include/gnunet_fsui_lib.h
===================================================================
--- GNUnet/src/include/gnunet_fsui_lib.h        2008-05-27 01:25:54 UTC (rev 
6899)
+++ GNUnet/src/include/gnunet_fsui_lib.h        2008-05-27 01:26:40 UTC (rev 
6900)
@@ -93,6 +93,11 @@
 #endif
 
 /**
+ * How many probes do we do at most per search?
+ */
+#define GNUNET_FSUI_MAX_PROBES 10
+
+/**
  * Entry representing an FSUI download.  FSUI downloads form a tree
  * (for properly representing recursive downloads) with an invisible
  * root (for multiple parallel downloads).<p>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]