[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090613101231.GA11885@1wt.eu>
Date: Sat, 13 Jun 2009 12:12:31 +0200
From: Willy Tarreau <w@....eu>
To: David Miller <davem@...emloft.net>
Cc: virtualphtn@...il.com, netdev@...r.kernel.org,
lachlan.andrew@...il.com, stable@...nel.org
Subject: Re: [PATCH][BUG] tcp: advertise MSS requested by user
Hi Dave,
On Sun, Sep 21, 2008 at 12:22:15AM -0700, David Miller wrote:
> From: Tom Quetchenbach <virtualphtn@...il.com>
> Date: Tue, 26 Aug 2008 11:11:52 -0700
>
> > This patch (applies to latest net-2.6) reduces the advertised value to
> > that requested by the user as long as setsockopt() is called before
> > connect() or accept(). This seems like the behavior that one would expect
> > as well as that which is documented.
> ...
> > Signed-off-by: Tom Quetchenbach <virtualphtn@...il.com>
>
> I've applied this patch to net-next-2.6, thanks Tom.
Yesterday I worked on a similar patch to address the same issue which
I was experiencing on 2.6.27.25. Before posting my tiny patch, I
preferred to check the list and found this one which addresses the
same issue and which is already merged in mainline !
Would you accept to queue it for -stable please ? The commit ID was
f5fff5dc8a7a3f395b0525c02ba92c95d42b7390. I did not figure how to find
when it was merged, because its version pre-dates 2.6.27 (it matches
your net-2.6 queue I think). git-describe --contains tells me it was
merged in 2.6.28-rc1.
BTW, I found the same behaviour in 2.4 too, and from my quick analysis,
the mss is correctly computed till the moment the SYN-ACK is built,
where the one from the route cache is used instead. I'll check deeper
when I have time, but most likely a similar fix is needed there too.
Thanks!
Willy
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists