From: Stephen Hemminger Date: Tue, 24 Apr 2007 05:26:16 +0000 (-0700) Subject: [TCP]: Congestion control API update. X-Git-Tag: v2.6.22-rc1~1128^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164891aadf1721fca4dce473bb0e0998181537c6;p=pandora-kernel.git [TCP]: Congestion control API update. 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed