Update of /cvsroot/freenet/freenet/src/freenet/node/states/FCP
In directory sc8-pr-cvs1:/tmp/cvs-serv20740/src/freenet/node/states/FCP
Modified Files:
FCPFeedbackToken.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: FCPFeedbackToken.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/states/FCP/FCPFeedbackToken.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FCPFeedbackToken.java 3 Sep 2003 18:10:13 -0000 1.4
+++ FCPFeedbackToken.java 4 Sep 2003 22:45:06 -0000 1.5
@@ -24,8 +24,9 @@
}
public void queryRejected(Node n, int htl, String reason, FieldSet fs,
- int unreachable, int restarted, int rejected)
- throws SendFailedException {
+ int unreachable, int restarted, int rejected,
+ MessageSendCallback cb)
+ throws SendFailedException {
if (waiting)
sendMessage(new RouteNotFound(id, reason, unreachable,
restarted, rejected));
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs