> P_best_dnf()*dnf_time(node,key)*htl+(P_dnf(node)-P_best_dnf())*
>      global_success_estimate(key)

You aren't taking into account the time required for the first node to 
DNF before re-requesting.

This solves that problem:

P_best_dnf()*dnf_time(node,key)*htl+(P_dnf(node)-P_best_dnf())*
      (dnf_time(node,key)*htl + global_success_estimate(key))

> I will also look at putting a switch that allows ng to be turned on 
> and off.   

Indeed - I would like to get this in unstable ASAP switched off by
default (or at least somewhere that it can be more widely tested).

Ian.

-- 
Ian Clarke                                                  [EMAIL PROTECTED]
Coordinator, The Freenet Project              http://freenetproject.org/
Founder, Locutus                                        http://locut.us/
Personal Homepage                                   http://locut.us/ian/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to