Changes between Version 2 and Version 3 of Doc
- Timestamp:
- 2007-07-11T00:15:08Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc
v2 v3 13 13 == Detailed Design Docs == 14 14 * TahoeIssues/FileTree, explaining how mutable, shareable, private directories are implemented (which requires interesting crypto) 15 * 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)16 15 * TahoeIssues/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. 17 16 * TahoeIssues/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff 18 17 18 == Outstanding Issues == 19 * 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) 20 * TahoeIssues/ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes 21 non-zero time: what happens if the file is changed during that time?