Re: SBF queueing?

2001-01-27 Thread kuznet
Hello! > Has anyone decided to code a SFB (Stochastic Fair Blue) queue implementation > for Linux? I did not hear anything about this. > (http://www.eecs.umich.edu/~wuchang/blue/). The paper for it shows it > performing very well in comparison to RED. Yes, the algorithm looks interesting.

Re: SBF queueing?

2001-01-27 Thread Gregory Maxwell
On Sat, Jan 27, 2001 at 07:52:32PM +0100, [EMAIL PROTECTED] wrote: > Hi Gregory! > You might have a look on linux/Documentation/networking/policy-routing.txt > I think this was down by Alexey Kuznetov Thanks for the quick reply. But that's not exactly what I was looking for. I was trying to find

Re: SBF queueing?

2001-01-27 Thread patrick . mourlhon
Hi Gregory! You might have a look on linux/Documentation/networking/policy-routing.txt I think this was down by Alexey Kuznetov You might have a look to iproute + tc and HOWTO on advanced networking patrick mourlhon On Sat, 27 Jan 2001, Gregory Maxwell wrote: > Has anyone decided to code a

SBF queueing?

2001-01-27 Thread Gregory Maxwell
Has anyone decided to code a SFB (Stochastic Fair Blue) queue implementation for Linux? It's been implemented for FreeBSD/ALTQ (http://www.eecs.umich.edu/~wuchang/blue/). The paper for it shows it performing very well in comparison to RED. It might be useful in a Linux implementation to be able

SBF queueing?

2001-01-27 Thread Gregory Maxwell
Has anyone decided to code a SFB (Stochastic Fair Blue) queue implementation for Linux? It's been implemented for FreeBSD/ALTQ (http://www.eecs.umich.edu/~wuchang/blue/). The paper for it shows it performing very well in comparison to RED. It might be useful in a Linux implementation to be able

Re: SBF queueing?

2001-01-27 Thread patrick . mourlhon
Hi Gregory! You might have a look on linux/Documentation/networking/policy-routing.txt I think this was down by Alexey Kuznetov You might have a look to iproute + tc and HOWTO on advanced networking patrick mourlhon On Sat, 27 Jan 2001, Gregory Maxwell wrote: Has anyone decided to code a

Re: SBF queueing?

2001-01-27 Thread Gregory Maxwell
On Sat, Jan 27, 2001 at 07:52:32PM +0100, [EMAIL PROTECTED] wrote: Hi Gregory! You might have a look on linux/Documentation/networking/policy-routing.txt I think this was down by Alexey Kuznetov Thanks for the quick reply. But that's not exactly what I was looking for. I was trying to find

Re: SBF queueing?

2001-01-27 Thread kuznet
Hello! Has anyone decided to code a SFB (Stochastic Fair Blue) queue implementation for Linux? I did not hear anything about this. (http://www.eecs.umich.edu/~wuchang/blue/). The paper for it shows it performing very well in comparison to RED. Yes, the algorithm looks interesting. Alexey