如何提高用户空间netfilter队列的处理性能?
我想知道如何加速基于 libnetfilter_queue 的数据包过滤程序,该库允许处理用户空间 netfilter 队列中的数据包。
我认为关键是用户空间和内核空间之间的切换很慢。为了提高性能,我必须将我的程序重写为内核的补丁并在内核空间中运行吗?谢谢。
I wonder how to speed up my packet filter program based on libnetfilter_queue , a library allow handling packet in userspace netfilter queue.
I think the key point is that the switching between userspace and kernelspace is slow.For increasing the performance , must I rewrite my program as a patch of the kernel and run it in kernelspace? thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论