|
|
|
|
|
by ldemailly
3982 days ago
|
|
bittorrent is optimized for sending to many and across peers.
for fastest data transfer the time it takes to read the data is the bottleneck once the network is optimized, so hashing before sending would be more costly (for a 1:1 copy) we are considering 1:many case for future development but there are tools (like bittorrent) which already excel at this |
|