]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tcp: Make TCP_MAXSEG minimum more correct.
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Nov 2010 19:47:22 +0000 (11:47 -0800)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Apr 2011 14:53:05 +0000 (16:53 +0200)
commit12d61bf8bfddc02aff9a7136806e07075b0ecfea
tree22911f9a51a5a28b1d03cda36e18ebeac4f4e4e4
parenta0d7e098d148e648f72b2dff5173170b59a41aa0
tcp: Make TCP_MAXSEG minimum more correct.

commit c39508d6f118308355468314ff414644115a07f3 upstream.

Use TCP_MIN_MSS instead of constant 64.

Reported-by: Min Zhang <mzhang@mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/tcp.c