Re: [Libbt-devel] Re: Features request
Brought to you by:
ksmathers
From: Peter S. <stu...@cd...> - 2005-05-25 11:25:26
|
On Wed, May 25, 2005 at 12:42:43PM +0200, Diego Casorran wrote: > just I mean: > > when a piece is completed and the hash checked, in addition to save > that info on memory write it to a text file, therefore on next > btget run, the file being downloaded shouldn't be necessarily > checked for completed pieces because that data was previously > stored on that text file. This isn't a bad idea, it is certainly relevant for some cases. But I don't think libbt should go about creating lots of data bases on it's own, I instead suggest that libbt hands the information up to the calling application, which can then save it any way it likes to. Also, on initializing a torrent with libbt, an optional map of good pieces could be sent by the application, and libbt would then assume marked pieces are actually correct. //Peter |