Re: [bwm-tools-tech] Experience with libnetfilter-queue
Brought to you by:
nkukard
From: Simon P. <dn...@gm...> - 2007-08-18 21:10:37
|
> > I'd like to ask what your experience with the libnetfilter-queue > > library are. I'm planning to implement some traffic shaping app on > > my own using libnetfilter-queue and I wonder how efficient it is. > Best thing about QUEUE is it can send only the packet headers to > userspace, in which case you ack or nack it. Is it also able to queue whole packets to userspace, which can be mangled there and queued back to the kernel? > I've tested it out processing about 5k pkt/s @ just under 100Mbit/s > (if I remember correctly) on a Pentium D 2.4 with about 10-20% cpu > utilization. Sounds good enough for me. Thanks! Simon |