Author: toad
Date: 2008-02-22 20:07:10 +0000 (Fri, 22 Feb 2008)
New Revision: 18105
Modified:
trunk/freenet/src/freenet/node/SendableRequest.java
Log:
Mention that allKeys() is ALL keys
Modified: trunk/freenet/src/freenet/node/SendableRequest.java
===================================================================
--- trunk/freenet/src/freenet/node/SendableRequest.java 2008-02-22 19:57:23 UTC
(rev 18104)
+++ trunk/freenet/src/freenet/node/SendableRequest.java 2008-02-22 20:07:10 UTC
(rev 18105)
@@ -24,7 +24,8 @@
* @return An object identifying a specific key. -1 indicates no keys
available. */
public abstract Object chooseKey();
- /** All key identifiers */
+ /** All key identifiers. Including those not currently eligible to be
sent because
+ * they are on a cooldown queue, requests for them are in progress,
etc. */
public abstract Object[] allKeys();
/** ONLY called by RequestStarter. Start the actual request using the
NodeClientCore