#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@gmail.com, Tydus@Tydus.org |
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 by , 14 years ago
Milestone: | 1.3.0 → 1.4.0 |
---|
comment:2 by , 14 years ago
Keywords: | seed hash added |
---|---|
Summary: | libtorrent supports seeding mode → Skip Hash Check - Seed Mode |
comment:3 by , 13 years ago
by , 12 years ago
Attachment: | 0001-Implemented-stub-hash_mode-settings-for-core-and-gtk.patch added |
---|
A quick-and-dirty implementation
comment:6 by , 12 years ago
Cc: | 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 by , 12 years ago
Version: | 1.3.0_dev → git master |
---|
Any patches for 1.4 milestone have to be against git master code.
by , 12 years ago
Attachment: | 0001-Implemented-stub-hash_mode-settings-for-core-and-gtk.2.patch added |
---|
Patch for git master
comment:9 by , 10 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Added to UIs and AutoAdd: [66ae8bdd5c]
comment:10 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
please insert this feature