22 | | * [wiki:Security Security]: known security issues and workarounds |
23 | | * ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff |
24 | | * [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) |
25 | | * ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes |
26 | | non-zero time: what happens if the file is changed during that time? |