Thread (11 messages) flat view 11 messages, 5 authors, 2012-09-04

Re: [RFC v2] fq_codel : interval servo on hosts

From: Eric Dumazet <hidden>
Date: 2012-09-01 12:51:24

On Fri, 2012-08-31 at 18:37 -0700, Yuchung Cheng wrote:
Just curious: tp->srtt is a very rough estimator, e.g., Delayed-ACks
can easily add 40 - 200ms fuzziness. Will this affect short flows?
Good point

Delayed acks shouldnt matter, because they happen when flow had been
idle for a while.

I guess we should clamp the srtt to the default interval

if (srtt)
	q->cparams.interval = min(tcp_srtt_to_codel(srtt),
				  q->default_interval);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help