gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2523 - GNUnet/src/applications/gap


From: grothoff
Subject: [GNUnet-SVN] r2523 - GNUnet/src/applications/gap
Date: Thu, 16 Mar 2006 13:40:22 -0800 (PST)

Author: grothoff
Date: 2006-03-16 13:40:12 -0800 (Thu, 16 Mar 2006)
New Revision: 2523

Modified:
   GNUnet/src/applications/gap/gap.c
Log:
fix

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2006-03-16 18:36:14 UTC (rev 2522)
+++ GNUnet/src/applications/gap/gap.c   2006-03-16 21:40:12 UTC (rev 2523)
@@ -100,7 +100,7 @@
 /**
  * Bandwidth value of an (effectively) 0-priority query.
  */
-#define QUERY_BANDWIDTH_VALUE 0.01
+#define QUERY_BANDWIDTH_VALUE 0.001
 
 /**
  * Bandwidth value of a 0-priority content (must be
@@ -1526,7 +1526,7 @@
     coreAPI->unicast(&ite->destination[j],
                     msg,
                     BASE_REPLY_PRIORITY *
-                    (ite->priority+1),
+                    (ite->priority+5),
                     /* weigh priority */
                     maxDelay);
   }





reply via email to

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