Changes between Version 11 and Version 12 of Doc
- Timestamp:
- 2007-08-09T20:24:35Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc
v11 v12 14 14 15 15 == Detailed Design Docs == 16 * TahoeIssues/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees.17 * TahoeIssues/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff16 * FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. 17 * ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff 18 18 19 19 == Outstanding Issues == 20 20 * [wiki: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) 21 * TahoeIssues/ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes21 * ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes 22 22 non-zero time: what happens if the file is changed during that time?