summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-09 12:47:08 -0300
committerGravatar Joey Hess <joey@kitenet.net>2014-05-09 12:47:08 -0300
commit77b45f0dbfa89fba10d94c36c2b97232cc4ec8a0 (patch)
treea4b69c9d262b20974fe72adbc280654713247dc9
parent8f6cb1c655c521eadd2287efb5e17d97782819f8 (diff)
update
-rw-r--r--doc/design/requests_routing.mdwn7
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