diff options
Diffstat (limited to 'doc/design/requests_routing.mdwn')
-rw-r--r-- | doc/design/requests_routing.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/design/requests_routing.mdwn b/doc/design/requests_routing.mdwn index 27ab6f372..60c343790 100644 --- a/doc/design/requests_routing.mdwn +++ b/doc/design/requests_routing.mdwn @@ -17,7 +17,12 @@ suggested by Vincenzo Tozzi: active request for a particular file, it's ok to drop it from the transfer nodes (honoring numcopies etc of course). -A simulation of a network using this method is in [[simroutes.hs]] +## simulation + +A simulation of a network using this method is in [[simroutes.hs]]. + +Question: How efficient is this method? Does the network fill with many +copies that are not needed, before the request is fulfilled? ## storing requests |