From: Stephen Hemminger Date: Thu, 22 Dec 2005 03:32:08 +0000 (-0800) Subject: [TCP] cubic: precompute constants X-Git-Tag: v2.6.16-rc1~474^2~22^2~9^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b3d9aaf46791177c5a5fa07a3ed38a035b5ef5;p=pandora-kernel.git [TCP] cubic: precompute constants Revised version of patch to pre-compute values for TCP cubic. * d32,d64 replaced with descriptive names * cube_factor replaces srtt[scaled by count] / HZ * ((1 << (10+2*BICTCP_HZ)) / bic_scale) * beta_scale replaces 8*(BICTCP_BETA_SCALE+beta)/3/(BICTCP_BETA_SCALE-beta); Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed