Bug 278978 - 5 segments in parallel no matter of settings
Summary: 5 segments in parallel no matter of settings
Status: RESOLVED WORKSFORME
Alias: None
Product: kget
Classification: Applications
Component: Multisegkio (show other bugs)
Version: unspecified
Platform: Tru64 Unix Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2011-07-31 22:24 UTC by mkkot
Modified: 2018-09-23 08:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mkkot 2011-07-31 22:24:00 UTC
Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

Topic explains all. I'm trying to force kget to download a single file from filesonic premium with more segments in parallel because I can't saturate my link with their "fast lightening service".

I did Settings/Kget's Configuration/Plugins/Multisegment KIO (or whatever it is in English ;), set there 16 connection per address. Now right-click on a transfer, Transfer settings > Mirrors and I can see 16 connections. That's ok but why there is no full transfer? Well, netstat -t clearly states: 5 connections at time. Please fix this.

Reproducible: Always

Steps to Reproduce:
1. Open kget, Settings/Kget's Configuration/Plugins/Multisegment KIO, set more connections per address than 5.
2. Start downloading http://noc.gts.pl/500mb.gts
3. Watch netatat -tc

Actual Results:  
5 transfers in parallel in netstat

Expected Results:  
Netstat's number of transfers should match the number set in kget's configuration

OS: Linux (x86_64) release 2.6.39-ARCH
Compiler: gcc
Comment 1 Matthias Fuchs 2011-08-04 14:42:29 UTC
As far as I can see this is probably a limit in KIO which we use. We'll investigate that hopefully during the desktop summit.
Comment 2 Matthias Fuchs 2011-08-10 16:18:16 UTC
SVN commit 1246223 by mfuchs:

MultiSegKio allows 5 connections maximum.

This way not more connections can be set which would not
take effect anyway as this is a KIO limitation.
CCBUG:278978

 M  +1 -1      dlgmultisegkio.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1246223
Comment 3 Matthias Fuchs 2011-08-12 10:52:40 UTC
SVN commit 1246655 by mfuchs:

Backport r1246223
MultiSegKio allows 5 connections maximum.

This way not more connections can be set which would not
take effect anyway as this is a KIO limitation.
CCBUG:278978

 M  +1 -1      dlgmultisegkio.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1246655
Comment 4 Myriam Schweingruber 2012-06-21 20:06:22 UTC
Is this still open as of 2.8.90?
Comment 5 Andrew Crouthamel 2018-09-23 02:44:15 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 mkkot 2018-09-23 08:16:24 UTC
Hi,
sorry, I'm not using KDE/Kget anymore.