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

Modified Files:
      Tag: stable
        Node.java 
Log Message:
5044:
Fork the stable network with a protocol number change.
Set default routing algo to classic.

Index: Node.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Node.java,v
retrieving revision 1.82.2.28.2.38
retrieving revision 1.82.2.28.2.39
diff -u -w -r1.82.2.28.2.38 -r1.82.2.28.2.39
--- Node.java   28 Nov 2003 01:10:19 -0000      1.82.2.28.2.38
+++ Node.java   29 Nov 2003 20:11:00 -0000      1.82.2.28.2.39
@@ -205,7 +205,7 @@
         config.addOption("fcpHosts",   1, "",              112);  // loopback only
         config.addOption("transient",  1, false,           300);
         config.addOption("seedFile",   1, "seednodes.ref", 320);
-        config.addOption("routingTableImpl",1,"ng",   330);
+        config.addOption("routingTableImpl",1,"classic",   330);
         
         // logging options
         config.addOption("logLevel",  1, "normal",      1250);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to