Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv15465/src/freenet
Modified Files:
Version.java
Log Message:
6173: Add a timeout for sending DataRequests of 1 hop time. If sending a message fails
it counts as searchFailed, not as connectFailed (maybe we want an extra category?
searchFailed seems reasonable for now though). NPE paranoia, logging.
Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -r1.365 -r1.366
--- Version.java 5 Sep 2003 16:08:51 -0000 1.365
+++ Version.java 5 Sep 2003 17:10:34 -0000 1.366
@@ -18,7 +18,7 @@
public static String protocolVersion = "1.46";
/** The build number of the current revision */
- public static final int buildNumber = 6172;
+ public static final int buildNumber = 6173;
// 6028: may 3; ARK retrieval fix
public static final int ignoreBuildsAfter = 6500;
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs