Author: toad
Date: 2008-02-22 19:57:23 +0000 (Fri, 22 Feb 2008)
New Revision: 18104
Modified:
trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
Javadocs
Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2008-02-22 19:04:03 UTC (rev 18103)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
2008-02-22 19:57:23 UTC (rev 18104)
@@ -32,6 +32,12 @@
final int retryCount;
final SplitFileFetcherSegment segment;
+ /**
+ * The block numbers (as Integer's) of the blocks we are currently
trying to fetch.
+ * Does not include blocks on the cooldown queue, this is simply used
to make
+ * chooseKey() and allKeys() work / work fast. The retries tables in
the Segment are
+ * canonical.
+ */
final Vector blockNums;
final FetchContext ctx;
private static boolean logMINOR;