From 1e84556aa9b7dbb58fad4fb38f024df994d748d2 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 11 Jul 2007 23:00:35 +0000 Subject: [PATCH] fix link to PeerSelection [Imported from Trac: page Doc, version 5] --- Doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc.md b/Doc.md index 18a2d6e..9aff5ba 100644 --- a/Doc.md +++ b/Doc.md @@ -17,6 +17,6 @@ * [TahoeIssues](TahoeIssues)/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff ## Outstanding Issues - * [TahoeIssues](TahoeIssues)/PeerSelection, explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) + * [PeerSelection](PeerSelection), explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) * [TahoeIssues](TahoeIssues)/ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes non-zero time: what happens if the file is changed during that time?