Searched refs:recent_age (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c685 double recent_age = dltime - bp->recent_start;
693 if (recent_age < DLSPEED_SAMPLE_MIN)
700 Since 0-reads do not enter the history ring, recent_age
702 if (recent_age >= STALL_START_TIME)
720 /* "recent_age" includes the entired stalled period, which
725 recent_age = 1;
737 hist->times[hist->pos] = recent_age;
739 hist->total_time += recent_age;
683 double recent_age = dltime - bp->recent_start; local

Completed in 100 milliseconds