| Summary: | ktorrent ignores connection limits when using webseeds | ||
|---|---|---|---|
| Product: | [Applications] ktorrent | Reporter: | Pierre Schmitz <pierre> |
| Component: | general | Assignee: | Joris Guisson <joris.guisson> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/libktorrent/b89d11079a83f25eb82ebdf2d477cda96c0df510 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Pierre Schmitz
2009-02-19 14:21:32 UTC
This is not fixed yet, why are you closing this ? Ah sorry, You are right. I just tested with latest ktorrent. The bandwidth limit is recognized but the number of parallel connections is still not limited. Git commit b89d11079a83f25eb82ebdf2d477cda96c0df510 by Joris Guisson. Committed on 20/04/2012 at 21:03. Pushed by guisson into branch 'master'. Webseeds now follow connection limits M +1 -0 ChangeLog M +2 -1 src/CMakeLists.txt M +3 -2 src/diskio/cache.cpp M +13 -0 src/download/webseed.cpp M +4 -2 src/download/webseed.h M +1 -0 src/peer/CMakeLists.txt A +107 -0 src/peer/connectionlimit.cpp [License: GPL (v2+)] A +95 -0 src/peer/connectionlimit.h [License: GPL (v2+)] M +13 -3 src/peer/peer.cpp M +5 -0 src/peer/peer.h M +53 -52 src/peer/peerconnector.cpp M +2 -1 src/peer/peerconnector.h M +105 -150 src/peer/peermanager.cpp M +62 -70 src/peer/peermanager.h M +5 -1 src/peer/tests/CMakeLists.txt A +137 -0 src/peer/tests/connectionlimittest.cpp [License: GPL (v2+)] http://commits.kde.org/libktorrent/b89d11079a83f25eb82ebdf2d477cda96c0df510 |