From: Chris Caputo <ccaputo@alt.net>
To: netdev@oss.sgi.com
Cc: linux-kernel@vger.kernel.org, <linux-net@vger.kernel.org>
Subject: [PATCH] net/core/sock.c - 2.4.18
Date: Mon, 20 May 2002 17:44:10 -0700 (PDT) [thread overview]
Message-ID: <acc5a4$h7m$2@main.gmane.org> (raw)
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;
next reply other threads:[~2002-05-21 0:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-21 0:44 Chris Caputo [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='acc5a4$h7m$2@main.gmane.org' \
--to=ccaputo@alt.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).