gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3748 - in GNUnet: contrib src/applications/gap


From: grothoff
Subject: [GNUnet-SVN] r3748 - in GNUnet: contrib src/applications/gap
Date: Mon, 13 Nov 2006 07:19:11 -0800 (PST)

Author: grothoff
Date: 2006-11-13 07:19:07 -0800 (Mon, 13 Nov 2006)
New Revision: 3748

Modified:
   GNUnet/contrib/config-daemon.scm
   GNUnet/src/applications/gap/gap.c
Log:
fixing hard limits

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2006-11-13 04:54:33 UTC (rev 3747)
+++ GNUnet/contrib/config-daemon.scm    2006-11-13 15:19:07 UTC (rev 3748)
@@ -966,7 +966,7 @@
 (define (load-maxup builder)
  (builder
  "LOAD"
- "MAXNETDOWNBPS"
+ "MAXNETUPBPS"
  (_ "What is the maximum number of bytes per second that we may send?")
  (nohelp)
  '()
@@ -1005,7 +1005,8 @@
  "LOAD"
  "HARDUPLIMIT"
  (_ "What is the maximum upstream bandwidth (hard limit)?")
- (_ "Use 0 for no limit.")
+ (_ "The limit is given as a percentage o
+f the MAXNETUPBPS limit.  Use 100 to have MAXNETUPBPS be the hard limit.  Use 
zero for no limit.")
  '()
  #t
  0

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2006-11-13 04:54:33 UTC (rev 3747)
+++ GNUnet/src/applications/gap/gap.c   2006-11-13 15:19:07 UTC (rev 3748)
@@ -2114,7 +2114,7 @@
                                                "LOAD",
                                                "HARDUPLIMIT",
                                                0,
-                                               100, /* 100% */
+                                               999999999,
                                                0, /* 0 == no limit */
                                                &hardUpLimit)) ||
        (-1 == GC_get_configuration_value_number(cfg,





reply via email to

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