From 744671a51884aae5db563346d3debc6819ffb5e8 Mon Sep 17 00:00:00 2001
From: cervantes <cervantes>
Date: Wed, 7 Sep 2005 01:13:56 +0000
Subject: [PATCH] Adjusted wording on the bandwidth limiter controls to reflect
 new router defaults

---
 apps/routerconsole/jsp/config.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 0472807eec..8d032f7465 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -48,7 +48,7 @@ this port from arbitrary peers (this requirement will be removed in i2p 0.6.1, b
     <input name="outboundrate" type="text" size="2" value="<jsp:getProperty name="nethelper" property="outboundRate" />" /> KBytes per second
  bursting up to 
   <jsp:getProperty name="nethelper" property="outboundBurstFactorBox" /><br />
- <i>A negative rate means there is no limit</i><br />
+ <i>A negative rate means a default limit of 16KBytes per second.</i><br />
  Bandwidth share percentage:
    <jsp:getProperty name="nethelper" property="sharePercentageBox" /><br />
  Sharing a higher percentage will improve your anonymity and help the network
-- 
GitLab