commit | 113bbbd8d2da61b50417a1dd06d8e7c19047e54b | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Jul 25 23:50:28 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 31 02:27:59 2007 -0700 |
tree | a120314c2a7b648d1a2b04788f6d0de37d20b974 | |
parent | e7d0c88586a66cf03e70750a8119d984fdedf2aa [diff] |
[TCP]: htcp - use measured rtt Change HTCP to use measured RTT rather than smooth RTT. Srtt is computed using the TCP receive timestamp options, so it is vulnerable to hostile receivers. To avoid any problems this might cause use the measured RTT instead. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>