On Thu, Sep 25, 2003 at 12:17:15PM +0100, Jonathan Howard wrote:
> Here is what I see happening with idle connections;
> 
> The write is succeeding in WSL.
> The channel is registered with RSL but nothing gets received.
> The attempt gets stopped after ~18s and the next route tried.
> 
> Is there any reason for not sending acknowledgment or overload?
> (other than being slow or connection closing)
> Should the connection be ended when this happens?

The connection should only be ended in extreme situations where it is
virtually certain that it is dead. New connections are expensive. Also,
was it queued?
> 
> --------------------
> 
> What is the reason for decreasing hopsToLive is Pending?

Probably to prevent requests from retrying infinitely - what was the
context?
> 
> --------------------
> 
> ResponseTimeEstimator.dumpLog() is intensive (big ints to string)
> How about blocking it out for logging less than minor.

Is it called for logging less than minor?

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.

Attachment: signature.asc
Description: Digital signature

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

Reply via email to