From: Stephen Hemminger <stephen@networkplumber.org>
To: Mike Freemon <mfreemon@cloudflare.com>
Cc: netdev@vger.kernel.org, kernel-team@cloudflare.com, edumazet@google.com
Subject: Re: [PATCH net-next v3] tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
Date: Fri, 9 Jun 2023 17:42:13 -0700 [thread overview]
Message-ID: <20230609174213.0759cac8@hermes.local> (raw)
In-Reply-To: <20230609204706.2044591-1-mfreemon@cloudflare.com>
On Fri, 9 Jun 2023 15:47:06 -0500
Mike Freemon <mfreemon@cloudflare.com> wrote:
> + {
> + .procname = "tcp_shrink_window",
> + .data = &init_net.ipv4.sysctl_tcp_shrink_window,
> + .maxlen = sizeof(u8),
> + .mode = 0644,
> + .proc_handler = proc_dou8vec_minmax,
> + .extra1 = SYSCTL_ZERO,
> + .extra2 = SYSCTL_ONE,
> + },
NAK on introducing another sysctl.
next prev parent reply other threads:[~2023-06-10 0:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-09 20:47 [PATCH net-next v3] tcp: enforce receive buffer memory limits by allowing the tcp window to shrink Mike Freemon
2023-06-10 0:42 ` Stephen Hemminger [this message]
2023-06-10 1:37 ` Eric Dumazet
2023-06-10 1:43 ` Eric Dumazet
2023-06-11 0:26 ` Mike Freemon
2023-06-11 4:10 ` Mike Freemon
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=20230609174213.0759cac8@hermes.local \
--to=stephen@networkplumber.org \
--cc=edumazet@google.com \
--cc=kernel-team@cloudflare.com \
--cc=mfreemon@cloudflare.com \
--cc=netdev@vger.kernel.org \
/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).