[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B00A858.8000705@gmail.com>
Date: Sun, 15 Nov 2009 20:18:16 -0500
From: William Allen Simpson <william.allen.simpson@...il.com>
To: Linux Kernel Network Developers <netdev@...r.kernel.org>
CC: Linux Kernel Developers <linux-kernel@...r.kernel.org>,
David Miller <davem@...emloft.net>
Subject: [PATCH v1 resent] net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED
Define two symbols needed in both kernel and user space.
Remove old (somewhat incorrect) kernel variant that wasn't used in
most cases. Default should apply to both RMSS and SMSS (RFC2581).
Replace numeric constants with defined symbols.
Stand-alone patch, originally developed for TCPCT.
Signed-off-by: William.Allen.Simpson@...il.com
Acked-by: Eric Dumazet <eric.dumazet@...il.com>
---
include/linux/tcp.h | 6 ++++++
include/net/tcp.h | 3 ---
net/ipv4/tcp_input.c | 4 ++--
net/ipv4/tcp_ipv4.c | 6 +++---
net/ipv4/tcp_minisocks.c | 2 +-
net/ipv6/tcp_ipv6.c | 2 +-
6 files changed, 13 insertions(+), 10 deletions(-)
View attachment "TCP_MSSv1.patch" of type "text/plain" (4019 bytes)
Powered by blists - more mailing lists