Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv27087/src/freenet
Modified Files:
Version.java ConnectionHandler.java
Log Message:
6315: New diag var outputBytesTrailingAttempted. (outputBytesLow included some
messages).
Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -w -r1.511 -r1.512
--- Version.java 5 Nov 2003 22:36:40 -0000 1.511
+++ Version.java 5 Nov 2003 23:00:56 -0000 1.512
@@ -20,7 +20,7 @@
public static String protocolVersion = "1.47";
/** The build number of the current revision */
- public static final int buildNumber = 6314;
+ public static final int buildNumber = 6315;
public static final int ignoreBuildsAfter = 6500;
Index: ConnectionHandler.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/ConnectionHandler.java,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -w -r1.205 -r1.206
--- ConnectionHandler.java 4 Nov 2003 16:53:23 -0000 1.205
+++ ConnectionHandler.java 5 Nov 2003 23:01:00 -0000 1.206
@@ -1340,6 +1340,7 @@
}
twcb = cb;
// Send the data
+
Core.diagnostics.occurrenceCounting("outputBytesTrailingAttempted", length);
sendBytes(block, offset, length, WriteSelectorLoop.TRAILER);
}
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs