Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv28229/src/freenet

Modified Files:
        Version.java 
Log Message:
6184:
LSL: check all serversockets, not just those selected. May be losing reads on 
serversockets, described on devl.
tcpConn: use direct buffers. Pool them. Maybe pooling will help avoid situations like 
described on devl (400M reported JVM heap, 800M reported by OS).


Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -r1.376 -r1.377
--- Version.java        9 Sep 2003 01:29:01 -0000       1.376
+++ Version.java        9 Sep 2003 15:04:28 -0000       1.377
@@ -18,7 +18,7 @@
     public static String protocolVersion = "1.46";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6183;
+    public static final int buildNumber = 6184;
     // 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

Reply via email to