gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4855 - GNUnet/src/applications/identity


From: gnunet
Subject: [GNUnet-SVN] r4855 - GNUnet/src/applications/identity
Date: Tue, 29 May 2007 01:42:04 -0600 (MDT)

Author: grothoff
Date: 2007-05-29 01:42:04 -0600 (Tue, 29 May 2007)
New Revision: 4855

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
times two is not justified

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-05-29 07:30:02 UTC (rev 
4854)
+++ GNUnet/src/applications/identity/identity.c 2007-05-29 07:42:04 UTC (rev 
4855)
@@ -812,7 +812,7 @@
     entry->delta = 1 * cronDAYS;
   } else {
     entry->delta
-      = entry->delta * 2 + weak_randomi(1+desperation*cronSECONDS);
+      = entry->delta + weak_randomi(1+desperation*cronSECONDS);
     if (entry->delta > 4 * cronHOURS)
       entry->delta = 4 * cronHOURS;
   }





reply via email to

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