[TCP]: htcp - use measured rtt
authorStephen Hemminger <shemminger@linux-foundation.org>
Thu, 26 Jul 2007 06:50:28 +0000 (23:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 31 Jul 2007 09:27:59 +0000 (02:27 -0700)
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>

No differences found