diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-12-21 19:32:08 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 13:11:08 -0800 |
commit | 89b3d9aaf46791177c5a5fa07a3ed38a035b5ef5 (patch) | |
tree | 161c94fe1060d267de87a6cee04e6dc7838f2816 /crypto | |
parent | 90933fc8ba5cc9034e3c04ee19938a22b0b4fe4e (diff) | |
download | blackbird-op-linux-89b3d9aaf46791177c5a5fa07a3ed38a035b5ef5.tar.gz blackbird-op-linux-89b3d9aaf46791177c5a5fa07a3ed38a035b5ef5.zip |
[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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions