[freenet-cvs] r15082 - branches/freenet-jfk/src/freenet/node

nextgens at freenetproject.org nextgens at freenetproject.org
Sun Sep 9 15:42:57 UTC 2007


Author: nextgens
Date: 2007-09-09 15:42:56 +0000 (Sun, 09 Sep 2007)
New Revision: 15082

Modified:
   branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
Log:
Make the JFK-branch actually use jfk :p

Modified: branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java
===================================================================
--- branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java	2007-09-09 15:38:35 UTC (rev 15081)
+++ branches/freenet-jfk/src/freenet/node/FNPPacketMangler.java	2007-09-09 15:42:56 UTC (rev 15082)
@@ -2112,7 +2112,7 @@
 	}
 
 	public int[] supportedNegTypes() {
-		return new int[] { 1 };
+		return new int[] { 2 };
 	}
 
 	public int fullHeadersLengthOneMessage() {




More information about the cvs mailing list