Re: [PATCH net-next 05/17] tcp: Don't clear hints when tcp_fragmenting
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:01:47
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:01:47
From: "Ilpo Järvinen" <redacted> Date: Sat, 28 Feb 2009 16:44:30 +0200
From: Ilpo Järvinen <redacted> 1) We didn't remove any skbs, so no need to handle stale refs. 2) scoreboard_skb_hint is trivial, no timestamps were changed so no need to clear that one 3) lost_skb_hint needs tweaking similar to that of tcp_sacktag_one(). Signed-off-by: Ilpo Järvinen <redacted>
Applied.