#1294 closed feature-request (Fixed)
Skip Hash Check - Seed Mode
Reported by: | Znuff | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | Core | Version: | master |
Keywords: | seed, hash | Cc: | war59312@…, Tydus@… |
Description
libtorrent has this feature for quite some time now - Seeding Mode, so you can basically "skip" the hash checking when you add a torrent just for seeding.
From wikipedia:
seed mode, where the files on disk are assumed to be complete, and each piece's hash is verified the first time it is requested.
Attachments (2)
Change History (13)
comment:1 Changed 13 years ago by damoxc
- Milestone changed from 1.3.0 to 1.4.0
comment:2 Changed 13 years ago by Cas
- Keywords seed hash added
- Summary changed from libtorrent supports seeding mode to Skip Hash Check - Seed Mode
comment:3 Changed 12 years ago by kaspy2011
comment:5 Changed 12 years ago by RazielSasy
Please! :)
comment:6 Changed 11 years ago by tyeken8
- Cc Tydus@… added
I wrote this patch based on deluge v1.3.5 and libtorrent v0.15.10. It's a quick-and dirty, even stub implementation, but it should work. Contains core and gtkui patches, but not webui.
We should do a simple check for existance of the target files at least, as μT does. Maybe we need a global option for seed_mode.
USE THIS PATCH AT YOUR OWN RISK
comment:7 Changed 11 years ago by Cas
- Version changed from 1.3.0_dev to git master
Any patches for 1.4 milestone have to be against git master code.
comment:8 Changed 10 years ago by Cas
Added seed_mode to develop core: [b0c3c3dddc50d3e]
comment:9 Changed 9 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
Added to UIs and AutoAdd?: [66ae8bdd5c]
comment:10 Changed 8 years ago by Cas
- Milestone changed from 2.0.x to 2.0
please insert this feature