Author: toad
Date: 2008-03-19 20:43:11 +0000 (Wed, 19 Mar 2008)
New Revision: 18627
Modified:
trunk/freenet/src/freenet/node/RequestSender.java
Log:
comments
Modified: trunk/freenet/src/freenet/node/RequestSender.java
===================================================================
--- trunk/freenet/src/freenet/node/RequestSender.java 2008-03-19 20:41:59 UTC
(rev 18626)
+++ trunk/freenet/src/freenet/node/RequestSender.java 2008-03-19 20:43:11 UTC
(rev 18627)
@@ -1004,6 +1004,8 @@
/**
* Wait until either the transfer has started, we receive a
* RejectedOverload, or we get a terminal status code.
+ * Must not return until we are finished - cannot timeout, because the
caller will unlock
+ * the UID!
* @param mask Bitmask indicating what NOT to wait for i.e. the situation
when this function
* exited last time (see WAIT_ constants above). Bits can also be set true
even though they
* were not valid, to indicate that the caller doesn't care about that bit.