Author: toad
Date: 2008-03-21 20:11:14 +0000 (Fri, 21 Mar 2008)
New Revision: 18696
Modified:
trunk/freenet/src/freenet/io/xfer/PacketThrottle.java
Log:
FIXME
Modified: trunk/freenet/src/freenet/io/xfer/PacketThrottle.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/PacketThrottle.java 2008-03-21
20:10:58 UTC (rev 18695)
+++ trunk/freenet/src/freenet/io/xfer/PacketThrottle.java 2008-03-21
20:11:14 UTC (rev 18696)
@@ -138,7 +138,7 @@
/**
* returns the number of bytes-per-second in the transmition link (?).
- * Will not return more than 40K/s due to MIN_DELAY in getDelay().
+ * FIXME: Will not return more than 40K/s due to MIN_DELAY in
getDelay().
*/
public synchronized double getBandwidth() {
//PACKET_SIZE=1024 [bytes?]