gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9328 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r9328 - GNUnet/src/applications/fs/gap
Date: Wed, 28 Oct 2009 11:55:59 -0600

Author: nevans
Date: 2009-10-28 11:55:59 -0600 (Wed, 28 Oct 2009)
New Revision: 9328

Modified:
   GNUnet/src/applications/fs/gap/dv_fs.c
   GNUnet/src/applications/fs/gap/dv_querymanager.c
Log:
prio change

Modified: GNUnet/src/applications/fs/gap/dv_fs.c
===================================================================
--- GNUnet/src/applications/fs/gap/dv_fs.c      2009-10-28 17:54:43 UTC (rev 
9327)
+++ GNUnet/src/applications/fs/gap/dv_fs.c      2009-10-28 17:55:59 UTC (rev 
9328)
@@ -632,7 +632,7 @@
 
   ret =
     dv_api->dv_send (&original_msg->returnTo, &msg->header,
-                     htonl (original_msg->priority), et);
+                     htonl (original_msg->priority) * 2, et);
   if (stats != NULL)
     {
       //stats->change (stat_trust_earned, req->value_offered);

Modified: GNUnet/src/applications/fs/gap/dv_querymanager.c
===================================================================
--- GNUnet/src/applications/fs/gap/dv_querymanager.c    2009-10-28 17:54:43 UTC 
(rev 9327)
+++ GNUnet/src/applications/fs/gap/dv_querymanager.c    2009-10-28 17:55:59 UTC 
(rev 9328)
@@ -186,7 +186,7 @@
     {
       stats->change (stat_gap_dv_sends, 1);
     }
-  ret = dv_api->dv_send (peer, &msg->header, prio, ttl);
+  ret = dv_api->dv_send (peer, &msg->header, prio * 2, ttl);
   GNUNET_GE_LOG (coreAPI->ectx,
                  GNUNET_GE_WARNING | GNUNET_GE_ADMIN | GNUNET_GE_USER |
                  GNUNET_GE_BULK,





reply via email to

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