Re: [PATCH] [TCP]: Rexmit hint must be cleared instead of setting it
From: David Miller <davem@davemloft.net>
Date: 2007-03-28 19:14:05
From: David Miller <davem@davemloft.net>
Date: 2007-03-28 19:14:05
From: David Miller <davem@davemloft.net> Date: Wed, 28 Mar 2007 12:07:09 -0700 (PDT)
From: "Ilpo_Järvinen" <redacted> Date: Wed, 28 Mar 2007 16:31:50 +0300 (EEST)quoted
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 <redacted>Better safe than sorry :-) We can start putting more aggressive assertions around if you'd like to get some invariants like that validated.
In case it's not clear I did apply this patch.