diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-06-05 17:29:39 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-17 21:29:27 -0700 |
commit | a4ed25849532728effaa0665c92e08e029e41407 (patch) | |
tree | 812c1da0f0052715ae07e3beb088344115c27daf /net/ipv4/ip_forward.c | |
parent | f890f921040fef6a35e39d15b729af1fd1a35f29 (diff) | |
download | op-kernel-dev-a4ed25849532728effaa0665c92e08e029e41407.zip op-kernel-dev-a4ed25849532728effaa0665c92e08e029e41407.tar.gz |
[TCP]: TCP Compound quad root function
The original code did a 64 bit divide directly, which won't work on
32 bit platforms. Rather than doing a 64 bit square root twice,
just implement a 4th root function in one pass using Newton's method.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_forward.c')
0 files changed, 0 insertions, 0 deletions