Files
linux/net
Neal Cardwell ad24d0be9d tcp: fix TCP_MAXSEG for established IPv6 passive sockets
[ Upstream commit d135c522f1 ]

Commit f5fff5d forgot to fix TCP_MAXSEG behavior IPv6 sockets, so IPv6
TCP server sockets that used TCP_MAXSEG would find that the advmss of
child sockets would be incorrect. This commit mirrors the advmss logic
from tcp_v4_syn_recv_sock in tcp_v6_syn_recv_sock. Eventually this
logic should probably be shared between IPv4 and IPv6, but this at
least fixes this issue.

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-27 09:51:21 -07:00
..
2011-05-23 16:29:24 -04:00
2011-11-11 09:36:45 -08:00
2011-07-19 11:25:04 -07:00
2011-05-24 01:13:12 -04:00
2012-04-02 09:27:20 -07:00
2012-04-02 09:27:21 -07:00
2011-05-24 01:13:12 -04:00
2011-05-05 11:10:14 -07:00
2011-04-29 10:20:53 -07:00