fix link to PeerSelection

[Imported from Trac: page Doc, version 5]
zooko 2007-07-11 23:00:35 +00:00
parent c249e09686
commit 1e84556aa9

2
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?