vde_l3:
commit4ad4154d49e0412436118984c316b82690709661
authordanielel <danielel@d37a7db1-d92d-0410-89df-f68f52f87b57>
Tue, 7 Aug 2007 01:42:15 +0000 (7 01:42 +0000)
committerdanielel <danielel@d37a7db1-d92d-0410-89df-f68f52f87b57>
Tue, 7 Aug 2007 01:42:15 +0000 (7 01:42 +0000)
tree23fa68eb82b937fcf1659ecbbb1e322924afdc5a
parentb4dfe49246c3c48af0888561c9b5f8f4072c1241
vde_l3:
small bugfix

pfifo module:
added statistics, removed tc_priv field cast warning using macro pfifo_tcpriv

tbf.c: Token Bucket Filter
My favorite tc module. It really shapes your virtual bandwidth to the given rate.
See tc-tbf(8) for a description of the algorithm. MTU is auto-learned from frames size.

git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@174 d37a7db1-d92d-0410-89df-f68f52f87b57
vde-2/vde_l3/Makefile.am
vde-2/vde_l3/pfifo.c
vde-2/vde_l3/tbf.c [new file with mode: 0644]
vde-2/vde_l3/vde_l3.c