* [PATCH] terminology in ip-sysctl.txt
@ 2006-08-09 7:24 Jan Kasprzak
2006-08-15 8:34 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kasprzak @ 2006-08-09 7:24 UTC (permalink / raw)
To: davem; +Cc: netdev
Hello,
this minor patch fixes the description of net.ipv4.tcp_mem sysctl
in ip-sysctl.txt - the headline names the values "min, pressure, max",
while the description uses the "low, pressure, high" values.
Both tcp_rmem and tcp_wmem descriptions use the "min, pressure, max"
values, so I have changed the tcp_mem to match this and not vice versa.
Signed-Off-By: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
--- a/Documentation/networking/ip-sysctl.txt.orig 2006-08-09 09:14:29.000000000 +0200
+++ b/Documentation/networking/ip-sysctl.txt 2006-08-09 09:21:01.000000000 +0200
@@ -294,15 +294,15 @@
Default: 87380*2 bytes.
tcp_mem - vector of 3 INTEGERs: min, pressure, max
- low: below this number of pages TCP is not bothered about its
+ min: below this number of pages TCP is not bothered about its
memory appetite.
pressure: when amount of memory allocated by TCP exceeds this number
of pages, TCP moderates its memory consumption and enters memory
pressure mode, which is exited when memory consumption falls
- under "low".
+ under "min".
- high: number of pages allowed for queueing by all TCP sockets.
+ max: number of pages allowed for queueing by all TCP sockets.
Defaults are calculated at boot time from amount of available
memory.
-Yenya
--
| Jan "Yenya" Kasprzak <kas at {fi.muni.cz - work | yenya.net - private}> |
| GPG: ID 1024/D3498839 Fingerprint 0D99A7FB206605D7 8B35FCDE05B18A5E |
| http://www.fi.muni.cz/~kas/ Journal: http://www.fi.muni.cz/~kas/blog/ |
> I will never go to meetings again because I think face to face meetings <
> are the biggest waste of time you can ever have. --Linus Torvalds <
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] terminology in ip-sysctl.txt
2006-08-09 7:24 [PATCH] terminology in ip-sysctl.txt Jan Kasprzak
@ 2006-08-15 8:34 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-08-15 8:34 UTC (permalink / raw)
To: kas; +Cc: netdev
From: Jan Kasprzak <kas@fi.muni.cz>
Date: Wed, 9 Aug 2006 09:24:06 +0200
> this minor patch fixes the description of net.ipv4.tcp_mem sysctl
> in ip-sysctl.txt - the headline names the values "min, pressure, max",
> while the description uses the "low, pressure, high" values.
> Both tcp_rmem and tcp_wmem descriptions use the "min, pressure, max"
> values, so I have changed the tcp_mem to match this and not vice versa.
>
> Signed-Off-By: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
Patch applied, thanks Jan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-15 8:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09 7:24 [PATCH] terminology in ip-sysctl.txt Jan Kasprzak
2006-08-15 8:34 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).