From: Ilpo Järvinen Date: Sat, 28 Feb 2009 04:44:37 +0000 (+0000) Subject: tcp: add helper for AI algorithm X-Git-Tag: v2.6.30-rc1~662^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758ce5c8d11d6fc57fe5f1dbc237aa8ff6386eac;p=pandora-kernel.git tcp: add helper for AI algorithm It seems that implementation in yeah was inconsistent to what other did as it would increase cwnd one ack earlier than the others do. Size benefits: bictcp_cong_avoid | -36 tcp_cong_avoid_ai | +52 bictcp_cong_avoid | -34 tcp_scalable_cong_avoid | -36 tcp_veno_cong_avoid | -12 tcp_yeah_cong_avoid | -38 = -104 bytes total Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed