Author: toad
Date: 2008-07-19 14:10:27 +0000 (Sat, 19 Jul 2008)
New Revision: 21244
Modified:
trunk/freenet/src/freenet/io/xfer/PacketThrottle.java
Log:
Update comment
Modified: trunk/freenet/src/freenet/io/xfer/PacketThrottle.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/PacketThrottle.java 2008-07-19
14:05:11 UTC (rev 21243)
+++ trunk/freenet/src/freenet/io/xfer/PacketThrottle.java 2008-07-19
14:10:27 UTC (rev 21244)
@@ -139,7 +139,7 @@
/**
* returns the number of bytes-per-second in the transmition link (?).
- * FIXME: Will not return more than 40K/s due to MIN_DELAY in
getDelay().
+ * FIXME: Will not return more than 1M/s due to MIN_DELAY in getDelay().
*/
public synchronized double getBandwidth() {
//PACKET_SIZE=1024 [bytes?]