diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-09-30 06:09:28 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-09-30 06:09:28 -0700 |
| commit | 008f4d3c0a3de28ea8e8c5012670e60a0b6dc636 (patch) | |
| tree | 096d66ef457f4be15ef8ec2107b693b1f045b325 /include/linux/sysctl.h | |
| parent | c2226916683606d6b2372a0cb337fd994e6f9aa7 (diff) | |
[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 <davem@davemloft.net>
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
