diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-05-28 22:06:39 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-05-28 22:06:39 -0700 |
| commit | e8259a943068b0f08485e56a04f95b59d07215eb (patch) | |
| tree | ddba2d4351330411141be0993c0377e2e4e4d75f /include/linux/sysctl.h | |
| parent | f7eb18a7b6b0ccf8b2688d20c72b0110f96d4086 (diff) | |
[TCP]: More sysctl tweakings for rcvbuf stuff.
1) Add sysctl to control rcvbuf moderation, off for now.
2) Set default winscale to zero.
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 1303452c2839..f70f7fc14498 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -337,6 +337,7 @@ enum NET_TCP_BIC_FAST_CONVERGENCE=103, NET_TCP_BIC_LOW_WINDOW=104, NET_TCP_DEFAULT_WIN_SCALE=105, + NET_TCP_MODERATE_RCVBUF=106, }; enum { |
