* Raise inbound default bandwidth to 32KBps

* Fix config.jsp that showed 0KBps share bandwidth by default
This commit is contained in:
zzz
2008-02-21 14:05:33 +00:00
parent 49c02f13b2
commit 100163e03b
5 changed files with 18 additions and 13 deletions

View File

@ -40,7 +40,8 @@
<input name="outboundburstrate" type="text" size="2" value="<jsp:getProperty name="nethelper" property="outboundBurstRate" />" /> KBps for
<jsp:getProperty name="nethelper" property="outboundBurstFactorBox" /><br />
<i>KBps = kilobytes per second = 1024 bytes per second.<br />
A negative rate means a default limit of 16KBytes per second.</i><br />
A negative inbound rate means a default limit of 32KBytes per second.
A negative outbound rate means a default limit of 16KBytes per second.</i><br />
Bandwidth share percentage:
<jsp:getProperty name="nethelper" property="sharePercentageBox" /><br />
<% int share = nethelper.getShareBandwidth();