From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Mon, 23 Apr 2007 20:31:20 -0700
> Do some simple changes to make congestion control API faster/cleaner.
> * use ktime_t rather than timeval
> * merge rtt sampling into existing ack callback
> this means one indirect call versus two per ack.
> * u
Do some simple changes to make congestion control API faster/cleaner.
* use ktime_t rather than timeval
* merge rtt sampling into existing ack callback
this means one indirect call versus two per ack.
* use flags bits to store options/settings
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>