Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv20740/src/freenet/node
Modified Files:
Node.java
Log Message:
6169:
Send DataRequests asynchronously too. We get a SendFinished back. If it's unsuccessful
we route to the next node... Minor fixes to SendFinished handling in different states.
If we have more than 2 connections, and one of them is not sending a trailer, queue
messages to that conn despite it being over the limits. Should limit connection open
floods... at the expense of monstrous message send times.
Make sending QueryRejected's asynchronous (relatively obscure cases, the majority are
already covered).
Increase messageStoreSize to 10,000 because I was getting lost non-RequestDone
messages.
Some more work on routing termination.
Send more DataNotFound's async.
Major bugfixes in OCM.createConn.
Don't set priority of WSL/RSL to max. Looked like it might be starving stuff.
Ignore SendFinished in RequestDone.
Logging, indenting, style, etc.
Index: Node.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Node.java,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- Node.java 2 Sep 2003 17:05:21 -0000 1.207
+++ Node.java 4 Sep 2003 22:45:06 -0000 1.208
@@ -57,7 +57,7 @@
config.addOption("maxRoutingSteps", 1, 40, 1303); // to 10 refs
- config.addOption("messageStoreSize", 1, 1000, 1350); // 1000 live chains
+ config.addOption("messageStoreSize", 1, 10000, 1350); // 10000 live
chains
config.addOption("failureTableSize", 1, 2000, 1360); // 2000 failed keys
config.addOption("failureTableTime", 1, 1800000l, 1361); // 30 min
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs