From: Ryousei Takano <[EMAIL PROTECTED]> Date: Thu, 25 Oct 2007 17:11:47 +0900 (JST)
> In the current net-2.6 kernel, handling FLAG_DSACKING_ACK is broken. > The flag is cleared to 1 just after FLAG_DSACKING_ACK is set. > > if (found_dup_sack) > flag |= FLAG_DSACKING_ACK; > : > flag = 1; > > To fix it, this patch introduces a part of the tcp_sacktag_state patch: > http://marc.info/?l=linux-netdev&m=119210560431519&w=2 > > Do you plan to apply the tcp_sacktag_state patch? > Or please apply this patch. > > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> > Signed-off-by: Ryousei Takano <[EMAIL PROTECTED]> I've applied this patch, thank you! - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html