Hello,

On Mon, 28 Feb 2005 12:31:12 +0300
Alexander Kirillov <[EMAIL PROTECTED]> wrote:

> Could you please suggest
> something I could use to limit transfer rates
> to/from selected ports.
> Need to simulate dial-up connections locally.

You can
- use trickle, which is a userspace solution using preloading for glibc's 
networking functions (does work on a per-application base similar to "nice"),
- use netfilter to route relevant connections through a shaper device (which is 
a - AFAIK - experimental kernel feature,
- use "tc" and the QoS-Kernel-Features.

I'd suggest trickle if the other solutions would mean that you'd have to 
recompile your kernel. It's very easy to use.

HWH
--
[email protected] mailing list

Reply via email to