From 008f4d3c0a3de28ea8e8c5012670e60a0b6dc636 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 30 Sep 2004 06:09:28 -0700 Subject: [TCP]: Add tcp_tso_win_divisor sysctl. This allows control over what percentage of the congestion window can be consumed by a single TSO frame. The setting of this parameter is a choice between burstiness and building larger TSO frames. Signed-off-by: David S. Miller --- include/linux/sysctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/sysctl.h') diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index e55ff44180b8..8db31f8d17ff 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -341,6 +341,7 @@ enum NET_TCP_BIC_LOW_WINDOW=104, NET_TCP_DEFAULT_WIN_SCALE=105, NET_TCP_MODERATE_RCVBUF=106, + NET_TCP_TSO_WIN_DIVISOR=107, }; enum { -- cgit v1.2.3