From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>
Date: Thu, 14 Sep 2006 14:12:07 -0300

> If not enough cwnd is available, tell the sender to check again as soon as
> possible.  This will increase CPU utilization (polling frequently for cwnd) 
> but
> will improve network performance.  That is, the sender will need to wait less
> before detecting the increase of cwnd.  A better architecture would be for the
> CCID to call-back (or dequeue) from DCCP when it is able to transmit traffic 
> --
> not the other way around as it currently occurs.
> 
> Signed-off-by: Andrea Bittau <[EMAIL PROTECTED]>
> Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]>

Applied, but this is expensive.

Consider having 100,000 DCCP sockets, some large percentage of
which are polling in this manner, it simply doesn't scale.

And if anything this return value should be jiffies_to_msecs(1) or
something like that.
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to