]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Mar 2011 14:46:46 +0000 (09:46 -0500)
commitd9d89091ffe11687f7fa20b7d75b08d9e1dc1421
tree8854ff53be778b46dfe78d2de82ca791f372e617
parentf6e5886328bd4f59dbcd18497b8a7eea1a9f2903
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