我如何监听内核空间(freebsd)中的 TCP 端口?
正如标题所示,如何在内核空间中使用 tcp 套接字? 有没有什么猫腻的注意事项?
As the title says, How I can work with tcp sockets in kernel space?
Is there any tricky notes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看ng_ksocket。即使您不会使用 netgraph,它也是内核级套接字操作的一个很好的实现。
Look at ng_ksocket. Even if you will not use netgraph, it is a nice implementation of kernel-level socket manipulation.
我在 linuxjournal.com 上找到了一篇关于内核中网络的帖子。
可能会有帮助。
I found a post on linuxjournal.com about networking in kernel.
May be helpful.