tcp: Properly update tcps_rttcantdetect
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 26 Mar 2012 05:39:10 +0000 (13:39 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 26 Mar 2012 05:39:10 +0000 (13:39 +0800)
commit928c329102e5f0067dc0c50cf6903874efa3639e
treee020b89e2eea151795cec5e5d31b9cd340bd8aca
parent6ca8ab5d7c5eba87a18588b5b5e004f17f30d4b0
tcp: Properly update tcps_rttcantdetect

- Fix the logic which detects that RTT based spurious retransmition
  detection does not work.
- Add missing tcps_rttcantdetect updating in header prediction code
sys/netinet/tcp_input.c