toad wrote: > I see what you're getting at. The only unbounded queues in Freenet with > token passing will be the local client queue. And that's only unbounded > because the user can add stuff to it forever. Remote requests are > queued, but the queue has a size limit, and tokens are propagated, > ultimately back to the request source, to ensure that we don't get too > many requests.
Is the simulator code available? I could attemp to get some time for trying...