gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6356 - GNUnet/src/server


From: gnunet
Subject: [GNUnet-SVN] r6356 - GNUnet/src/server
Date: Sun, 17 Feb 2008 19:59:07 -0700 (MST)

Author: grothoff
Date: 2008-02-17 19:59:06 -0700 (Sun, 17 Feb 2008)
New Revision: 6356

Modified:
   GNUnet/src/server/connection.c
Log:
fix

Modified: GNUnet/src/server/connection.c
===================================================================
--- GNUnet/src/server/connection.c      2008-02-18 02:58:41 UTC (rev 6355)
+++ GNUnet/src/server/connection.c      2008-02-18 02:59:06 UTC (rev 6356)
@@ -2940,7 +2940,7 @@
               if ((root->available_send_window > 35 * 1024) &&
                   (root->sendBufferSize < 4) &&
                   (scl_head != NULL) &&
-                 (root->stats == STAT_UP) &&
+                 (root->status == STAT_UP) &&
                   (load_nup < GNUNET_IDLE_LOAD_THRESHOLD) &&
                   (load_cpu < GNUNET_IDLE_LOAD_THRESHOLD))
                 {





reply via email to

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