Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 1997 08:52:13 +0100 (MET)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        bsdcur@shadows.aeon.net (mika ruohotie)
Cc:        freebsd-current@freebsd.org, freebsd-isp@freebsd.org
Subject:   Re: dedicating bandwidth?
Message-ID:  <199701080752.IAA09144@labinfo.iet.unipi.it>
In-Reply-To: <199701080751.JAA14506@shadows.aeon.net> from "mika ruohotie" at Jan 8, 97 09:51:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> hmm...
> 
> i think i did ask about this a while back, but didnt get any answers...
> 
> that leads me to assume my message didnt get thru somehow...
> 
> anyway, i would like to dedicate bandwidth between my machine, and the
> ethernet machine(s). meaning that the ethernet can not take the full
> ppp bandwidth and also that my machine can not take it all so that there's
> something left for the ethernet users...

For a ppp bandwidth limiter you have a number of choices:

- the ipretard code that was announced on one of the FreeBSD lists
  might also suit your needs, since you are dealing with low
  bandwidth;

- if using user-space ppp (iijppp) you can hack the code to
  build two (or more) separate queues for traffic from/to different
  sources, and transfer data between the queues and the ppp link in a
  round-robin fashion

- if you want to work within the kernel, you can try to hack a version
  of my dummynet stuff (http://www.iet.unipi.it/~luigi/research.html)
  to do something similar to the above;

or, find some ready made solution, which I believe some vendor is
already (or will be shortly) providing for FreeBSD.

	Luigi
-----------------------------+--------------------------------------
Luigi Rizzo                  |  Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it    |  Universita' di Pisa
tel: +39-50-568533           |  via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522           |  http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701080752.IAA09144>