Does the following piece of code do what I think it does?
This is in node.java:1228


if ((!outboundRequestLimit.exceeded()) &&
load < Main.overloadLow) {
                 if (inboundRequests != null) {
                              inboundRequests.incSuccesses(diagAddr);
                              }
                              return true;
}



I think this is limiting incoming requests based on outgoing requests.
If so, shouldn't it be the other way around?

Let the node QRej because of thread or load issues, not because someone is
spamming out of their own node.


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

Reply via email to