Author: toad
Date: 2008-01-25 19:23:39 +0000 (Fri, 25 Jan 2008)
New Revision: 17296
Modified:
trunk/freenet/src/freenet/io/comm/MessageCore.java
Log:
Comments
Modified: trunk/freenet/src/freenet/io/comm/MessageCore.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageCore.java 2008-01-25 19:17:25 UTC
(rev 17295)
+++ trunk/freenet/src/freenet/io/comm/MessageCore.java 2008-01-25 19:23:39 UTC
(rev 17296)
@@ -114,7 +114,7 @@
}
// Do not break after finding a non-timed-out
filter because some filters may
// be timed out because their client callbacks
say they should be.
- // Also simplifies the logic.
+ // Also simplifies the logic significantly,
we've had some major bugs here.
// See also the end of waitFor() for another
wierd case.
}