Summary: | minimum download speed for each torrent | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | hvm <hvm2hvm> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
hvm
2007-11-05 16:54:12 UTC
SVN commit 793903 by guisson: - Added assured speed feature which allows you to set a minimum download speed for each torrent. - Make sure speed limits work for webseeds BUG: 151903 M +1 -1 ktorrent/speedlimitsdlg.cpp M +49 -6 ktorrent/speedlimitsmodel.cpp M +4 -0 ktorrent/speedlimitsmodel.h M +5 -3 ktorrent/spinboxdelegate.cpp M +11 -3 libbtcore/download/downloader.cpp M +8 -1 libbtcore/download/downloader.h M +14 -0 libbtcore/download/httpconnection.cpp M +8 -0 libbtcore/download/httpconnection.h M +12 -0 libbtcore/download/webseed.cpp M +10 -0 libbtcore/download/webseed.h M +8 -0 libbtcore/interfaces/torrentinterface.h M +44 -6 libbtcore/net/networkthread.cpp M +10 -2 libbtcore/net/networkthread.h M +14 -1 libbtcore/net/socketgroup.cpp M +14 -1 libbtcore/net/socketgroup.h M +13 -3 libbtcore/net/socketmonitor.cpp M +10 -1 libbtcore/net/socketmonitor.h M +120 -117 libbtcore/torrent/torrentcontrol.cpp M +10 -2 libbtcore/torrent/torrentcontrol.h WebSVN link: http://websvn.kde.org/?view=rev&revision=793903 nice. can't wait to see how it works :D and thanks man :) |