Re: [freenet-dev] Easy way to reduce queries from non-QRbackoff nodes

2003-11-17 Thread Toad
On Sun, Nov 16, 2003 at 08:16:57PM -0800, Martin Stone Davis wrote: > We need to reduce the number of queries coming from nodes which don't > use QR-backoff. A few ways to do this are: > > 1. Keep track of each node and punish those who don't back off. > * PRO: Would protect us from evil nodes w

Re: [freenet-dev] Easy way to reduce queries from non-QRbackoff nodes

2003-11-17 Thread Ken Corson
Martin Stone Davis wrote: We need to reduce the number of queries coming from nodes which don't use QR-backoff. A few ways to do this are: 1. Keep track of each node and punish those who don't back off. Now I'm sorry I ever used the word punish! It implies countering an intentionally bad (malice

[freenet-dev] Easy way to reduce queries from non-QRbackoff nodes

2003-11-16 Thread Martin Stone Davis
We need to reduce the number of queries coming from nodes which don't use QR-backoff. A few ways to do this are: 1. Keep track of each node and punish those who don't back off. * PRO: Would protect us from evil nodes who pretend to be upgraded but don't back off. (The following two ways would