I just downloaded a large file; took me a while too. I tested the file, and it was corrupted
Solution:
Not to download the file, but rather 'scan' the file on the other side and compare checksums.
The way (in plain english):
[my client]: I want to scan BIGFILE.ISO
[other client]: Sure
[other client]: file checksum ZYZYZYZ
[my client]: False
<Starting process to find and repair corrupted data>
[other client]: First 10 mbs: CheckSum XXXXXX1
[my client]: True
[other client]: Next 10 mbs: CheckSum XXXX1X1
[my client]: False!
[other client] (starting at 10 mb, scanning 1 mb at the time to find within which 1 mb range the error resides)
[other client]: First megabyte (11th megabyte really) : Checksum XX2X1X1
[my client]: True
(processes through the 10 mbs in the same fashion, result: the area between (mb 14 and 15) and (mb 17 and 18) is corrupted. my client downloads the megabytes, and scans the second 10 mb again:
[other client]: 10-20 mbs: CheckSum XXXX1X1
[my client]: True
This feature requires that both clients have the capability; but since a lot of ppl use DC++ this may become a little standard.
It would've been useful as a utility also.
Would this be difficult to incorporate?
Cheers,
Espen alias sokk.