Author: toad
Date: 2009-01-16 13:46:15 +0000 (Fri, 16 Jan 2009)
New Revision: 25077

Modified:
   trunk/freenet/src/freenet/node/RequestSender.java
Log:
turtle not turtleMode


Modified: trunk/freenet/src/freenet/node/RequestSender.java
===================================================================
--- trunk/freenet/src/freenet/node/RequestSender.java   2009-01-16 13:43:40 UTC 
(rev 25076)
+++ trunk/freenet/src/freenet/node/RequestSender.java   2009-01-16 13:46:15 UTC 
(rev 25077)
@@ -861,7 +861,7 @@
                                        boolean timeout = (!br.senderAborted()) 
&&
                                                        reason == 
RetrievalException.SENDER_DIED || reason == RetrievalException.RECEIVER_DIED || 
reason == RetrievalException.TIMED_OUT
                                                        || reason == 
RetrievalException.UNABLE_TO_SEND_BLOCK_WITHIN_TIMEOUT;
-                                       if(!turtleMode) {
+                                       if(!turtle) {
                                                if(timeout) {
                                                        // Looks like a 
timeout. Backoff.
                                                        
next.transferFailed(e.getMessage());

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to