From: David Nicol <nicold@umkc.edu>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: per-service window size caches
Date: Wed, 10 Oct 2001 17:42:48 -0500 [thread overview]
Message-ID: <3BC4CEE8.24BDF078@umkc.edu> (raw)
In-Reply-To: <200110091325.OAA28685@sunuk.UK.Sun.COM>
"Jeremy Harris [RU-UK]" wrote:
>
> I'm not sure how to make it work for ftp.
It wouldn't. Advise to use http:// for downloads.
Alternately, provide some sysctrls for accessing the
windo info cache and let ftp write there
Alternately, make the proxy situation the special case
and in general assume that all ports on a host are handled
in the same way -- possibly fall back to a per-service cache
only after problems have appeared after applying cached window
sizes. So the cache would look something like:
peer-IP: (window size) or (use *per-service cache) or (always slow-start)
and entries in this table expire every so often
********
I'm hoping to find time to add to the ECN code so that my machine
will keep a list of peers that will not reply to ECN-enabled handshake
offers and will special-case them, rather than needing to turn ECN off
for everything. To do this I will need to set up an expiring cache in
kernel space. Any suggestion for which other kernel structures to
reuse code for this from?
--
David Nicol 816.235.1187
1,3,7-trimethylxanthine
parent reply other threads:[~2001-10-10 22:42 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <200110091325.OAA28685@sunuk.UK.Sun.COM>]
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=3BC4CEE8.24BDF078@umkc.edu \
--to=nicold@umkc.edu \
--cc=linux-kernel@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