]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[TCP]: Rexmit hint must be cleared instead of setting it
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Wed, 28 Mar 2007 19:06:37 +0000 (12:06 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:51 +0000 (16:47 -0700)
commit19b2b486580f5939688d3e225acdc0f4b291ed0d
tree7d6803d9decb958769344a28b5ea8e8d65c0d9ca
parentd8f4f2235abc7b30cf447ca3e22ac28326b12f28
[TCP]: Rexmit hint must be cleared instead of setting it

Stupid error from my side. Even though now that I noticed this,
I hoped it would have been an optimization but no, the counter
hint is then incorrect. Thus clearing is necessary for now (I
still suspect though that this path is never executed).

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c