Bugzilla – Attachment 2324 Details for
Bug 2137
progress meter shows wrong speed during resume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
progressmeter diff
file_2137.txt (text/plain), 543 bytes, created by
Loganaden Velvindron
on 2013-08-01 17:03:51 AEST
(
hide
)
Description:
progressmeter diff
Filename:
MIME Type:
Creator:
Loganaden Velvindron
Created:
2013-08-01 17:03:51 AEST
Size:
543 bytes
patch
obsolete
>Index: progressmeter.c >=================================================================== >RCS file: /cvs/openssh/progressmeter.c,v >retrieving revision 1.40 >diff -u -p -r1.40 progressmeter.c >--- progressmeter.c 2 Jun 2013 13:46:24 -0000 1.40 >+++ progressmeter.c 31 Jul 2013 21:27:25 -0000 >@@ -147,7 +147,7 @@ refresh_progress_meter(void) > if (elapsed != 0) > cur_speed = (transferred / elapsed); > else >- cur_speed = transferred; >+ cur_speed = transferred - *counter; > > #define AGE_FACTOR 0.9 > if (bytes_per_second != 0) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2137
: 2324 |
2333