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)) { _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn