Sam LARTC wrote:> FYI,
>
> i''ve just created a quick patch adding esfq (Enhanced
Stochastic
> Fairness queueing discipline) for tcng (Traffic Control Next
> Generation).
> Patch is located at http://devel.dob.sk/tcng+esfq.
> Enjoy.
I put a link to your patch page on the ESFQ page. Next time I make a
release I''ll put a note in the README as well.
I don''t use tcng, but I had a quick look at your patch and noticed a
very minor error:
--------------------------------------------------------------------
diff -urN tcng/tcc/q_esfq.c tcng-sam/tcc/q_esfq.c
--- tcng/tcc/q_esfq.c 1970-01-01 01:00:00.000000000 +0100
+++ tcng-sam/tcc/q_esfq.c 2007-05-06 15:37:32.154594952 +0200
@@ -0,0 +1,78 @@
+/*
+ * q_esfq.c - Enhanced Statistical Fair Queuing qdisc
--------------------------------------------------------------------
ESFQ stands for "Enhanced Stochastic Fairness Queueing".
That''s all.
-Corey