diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /net/TUNABLE | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/TUNABLE')
-rw-r--r-- | net/TUNABLE | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/TUNABLE b/net/TUNABLE index bd6066126..2e5cc1b6e 100644 --- a/net/TUNABLE +++ b/net/TUNABLE @@ -1,6 +1,5 @@ -The following parameters should be tunable but aren't, until we get sysctl -or similar schemes. For now you'll have to dig around. Various CONFIG_xxx -items that should be configurable using sysctl omitted. +The following parameters should be tunable at compile time. Some of them +exist as sysctls too. This is far from complete @@ -54,8 +53,6 @@ MASQUERADE_EXPIRE_TCP_FIN Time we keep a masquerade for after a FIN MASQUERADE_EXPIRE_UDP Time we keep a UDP masquerade for (tunable) MAXVIFS Maximum mrouted vifs (1-32) MFC_LINES Lines in the multicast router cache (tunable) -SK_RMEM_MAX Max memory a socket owns for receive (tunable) -SK_WMEM_MAX Max memory a socket owns for send (tunable) NetROM parameters are tunable via an ioctl passing a struct |