]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:45:09 +0000 (12:45 -0700)
commitbf9a5b3f21bb693155c9f890efad91975a318300
tree2ab9386d05f116fd19afdb8fc88c9939aa2cd68f
parentfefec0cbd52b128b2b4d57c71eb6b54000039e33
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