From: Andy Furniss <andy.furniss@dsl.pipex.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] 2 Questions on filtering incoming stuff
Date: Mon, 17 May 2004 23:19:40 +0000 [thread overview]
Message-ID: <40A9488C.1040505@dsl.pipex.com> (raw)
In-Reply-To: <40A92F1A.4030706@wildgooses.com>
Ed Wildgoose wrote:
> Two easy questions after having read the LARTC HOWTO document (which by
> the way is a *fantastic* document. Congratulations to all who
> contributed!)
>
> First is: Can I prioritise my "drops" on incoming traffic when the link
> is overloaded. ie instead of just tail dropping, can I "prefer" to drop
> certain classes of traffic?
Yes - you would queue before dropping.
If so, do I do this by setting up, say, a
> HTB tree like on the incoming, but the only action at the leaf is to drop?
>
You attach a queue to the leaf, which may drop.
> Second: Theoretically now.... There appears to be no way to tweak
> "window length" to throttle incoming data... But in theory, would a
> module which delayed the outgoing ACK's have the same effect?
Queueing has much the same effect.
Obviously
> this module would need some sort of packet accounting ffrom the incoming
> interface in order to supply the outgoing filter with the info it needed
> (not even sure if this design makes it hard to implement such a
> thing?). Fast and selective acks and timeouts, obviously make this very
> hard to implement as well...
>
Throttling by rwin manipulation would be nice - but complicated.
> However, the main point is that I don't really understand the process by
> which linux (and other OSs) discover the steady state speed of a link?
> Anyone got a good pointer to how "slow start" and "fast start" work, and
> how it adjusts speed through time?
It's tcp that finds the limits. There are many docs out there like
www.jessingale.dsl.pipex.com/tcp-noureddine02transmission.pdf
Andy.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-05-17 23:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-17 21:31 [LARTC] 2 Questions on filtering incoming stuff Ed Wildgoose
2004-05-17 23:19 ` Andy Furniss [this message]
2004-05-18 0:25 ` Damion de Soto
2004-05-18 1:55 ` Andreas Klauer
2004-05-18 6:54 ` Ed Wildgoose
2004-05-18 7:18 ` Damion de Soto
2004-05-18 7:21 ` Ed Wildgoose
2004-05-18 7:56 ` Ed Wildgoose
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=40A9488C.1040505@dsl.pipex.com \
--to=andy.furniss@dsl.pipex.com \
--cc=lartc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.