mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Mention inspiration for ETA.
This commit is contained in:
parent
b8456c0fb4
commit
f9d2d0e175
@ -313,6 +313,8 @@ print_row_stats (struct dot_progress *dp, double dltime, bool last)
|
|||||||
|
|
||||||
if (!last)
|
if (!last)
|
||||||
{
|
{
|
||||||
|
/* Display ETA based on average speed. Inspired by Vladi
|
||||||
|
Belperchinov-Shabanski's "wget-new-percentage" patch. */
|
||||||
if (dp->total_length)
|
if (dp->total_length)
|
||||||
{
|
{
|
||||||
wgint bytes_remaining = dp->total_length - bytes_displayed;
|
wgint bytes_remaining = dp->total_length - bytes_displayed;
|
||||||
|
Loading…
Reference in New Issue
Block a user