search for: netfitler

Displaying 1 result from an estimated 1 matches for "netfitler".

Did you mean: netfilter
2005 Feb 16
5
Compiling sch_tbf.c in user space
...aring the same bandwidth.So the idea we came up with was to route packets from different hosts to user space using Netfilter and then send them through a common tbf implemented in user space in order to model a simple bandwidth shaping scenario. Routing packets to user space has been easy using the Netfitler hooks and libipq. My problem now is that i need to implement a tbf in user space.I was thinking if its possible to modify the sch_tbf.c code to make it work in user space so that i can compile it as part of my user space program that handles the packets sent to user space thro netfilter.Ive tried m...