* [PATCH] net/core/sock.c - 2.4.18
@ 2002-05-21 0:44 Chris Caputo
0 siblings, 0 replies; 2+ messages in thread
From: Chris Caputo @ 2002-05-21 0:44 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel, linux-net
This patch corrects a typo in net/core/sock.c. The assignment to
sysctl_wmem_default was done twice in a row, rather than to
sysctl_wmem_default and sysctl_rmem_default.
This patch applies to 2.4.18.
Chris
--- net/core/sock.c.orig Fri Dec 21 09:42:05 2001
+++ net/core/sock.c Mon May 20 17:35:43 2002
@@ -626,7 +626,7 @@
sysctl_wmem_max = 32767;
sysctl_rmem_max = 32767;
sysctl_wmem_default = 32767;
- sysctl_wmem_default = 32767;
+ sysctl_rmem_default = 32767;
} else if (num_physpages >= 131072) {
sysctl_wmem_max = 131071;
sysctl_rmem_max = 131071;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-21 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.44.0205201738180.19839-100000@nacho.alt.net>
2002-05-21 7:45 ` [PATCH] net/core/sock.c - 2.4.18 David S. Miller
2002-05-21 0:44 Chris Caputo
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).