Bug 169634
Summary: | wget goes over limit-rate after sleep | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Fraser <davidf> |
Component: | wget | Assignee: | Karsten Hopp <karsten> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | CC: | ncunning |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | fc5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-01-26 10:39:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Fraser
2005-09-30 14:35:32 UTC
I have checked the RedHat patches and it doesn't seem to be related to any of them. I had a look at the source code ... It seems that the code calculates the amount of time it expects to be downloading the chunk, and sleeps to try and reduce the rate. It seems the reconnection is therefore "catching up" on the amount of time it was sleeping (when disconnected) before the reconnection rather than just not resetting the limit properly. This doesn't seem to give the desired effect of preventing the bandwidth from exceeding a certain value. Would it be possible to change this approach? This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks. Tested on FC5 and this behaves as I wanted it to - the actual rate of transfer is still limited as specified after resuming. Marking as resolved |