Update of /cvsroot/freenet/freenet/src/freenet In directory sc8-pr-cvs1:/tmp/cvs-serv19746/src/freenet
Modified Files: Version.java Log Message: 6277: Disable outbound request based limiting by default. Make requestDataNotFound a counting diagnostic process, not continuous. Reject requests from 6275 and earlier. Index: Version.java =================================================================== RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v retrieving revision 1.469 retrieving revision 1.470 diff -u -w -r1.469 -r1.470 --- Version.java 24 Oct 2003 02:24:57 -0000 1.469 +++ Version.java 24 Oct 2003 19:38:19 -0000 1.470 @@ -24,7 +24,7 @@ public static final int ignoreBuildsAfter = 6500; /** Oldest build of Fred we will talk to */ - public static final int lastGoodBuild = 6270; // jan 20; ARK insert fixes + public static final int lastGoodBuild = 6276; // jan 20; ARK insert fixes /** The highest reported build of fred */ public static int highestSeenBuild = buildNumber; _______________________________________________ cvs mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs