[PATCH 3/4] tcp: congestion control API update

2007-04-23 Thread Stephen Hemminger
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]

Re: [PATCH 3/4] tcp: congestion control API update

2007-04-23 Thread David Miller
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. * use