[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4641 - gnunet-gtk/src/plugins/stats
From: |
gnunet |
Subject: |
[GNUnet-SVN] r4641 - gnunet-gtk/src/plugins/stats |
Date: |
Sun, 4 Mar 2007 21:28:58 -0700 (MST) |
Author: grothoff
Date: 2007-03-04 21:28:57 -0700 (Sun, 04 Mar 2007)
New Revision: 4641
Modified:
gnunet-gtk/src/plugins/stats/functions.c
Log:
tuning of bandwidth allocation code -- and some bugfixes
Modified: gnunet-gtk/src/plugins/stats/functions.c
===================================================================
--- gnunet-gtk/src/plugins/stats/functions.c 2007-03-05 04:28:53 UTC (rev
4640)
+++ gnunet-gtk/src/plugins/stats/functions.c 2007-03-05 04:28:57 UTC (rev
4641)
@@ -262,7 +262,7 @@
if (OK != getStatValue(&rlimit,
&lrlimit,
NULL,
- "# total advertised bytes per second received limit",
+ "# total bytes per second receive limit",
NO)) {
rlimit = 0;
lrlimit = 0;
@@ -369,7 +369,7 @@
if (OK != getStatValue(&slimit,
&lslimit,
NULL,
- "# total allowed bytes per second transmission limit",
+ "# total bytes per second send limit",
NO)) {
slimit = 0;
lslimit = 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4641 - gnunet-gtk/src/plugins/stats,
gnunet <=