如何提高用户空间netfilter队列的处理性能?

发布于 2024-11-17 09:56:04 字数 144 浏览 2 评论 0原文

我想知道如何加速基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文