文件名称:FROM-ip_queue-TO-nfnetlink_queue.doc

  • 所属分类:
  • Internet/网络编程
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 32kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • plat****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

在2.4内核中出现了ip_queue,用于将数据包从内核空间传递到用户空间,其不足之处是只能有一个应用程序接收内核数据。到了2.6.14以后,新增了nfnetlink_queue,理论上可最大可支持65536个应用程序接口,而且可以兼容ip_queue。

不过从内核到用户空间的通道还是只有一个,实际上netfilter对每个协议族也只有一个队列,这里说的65536个子队列的实现就象802.1Q实现VLAN一样是在数据包中设置ID号来区分的,不同ID的包都通过相同的接口传输,只是在两端根据ID号进行了分类处理。

本文详细分析了netlink的实现机制。-Ip_queue, 2.4 kernel packet passed from the kernel space to user space, its deficiencies can have an application to receive the kernel data. New to the 2.6.14 nfnetlink_queue can theoretically support 65 536 Application Programming Interface, and is compatible with the ip_queue. However, the channel from the kernel to user space or only one, in fact, netfilter for each protocol family is only one queue, here said 65 536 sub-queue like 802.1Q, VLAN is the same as set in the packet ID number to distinguish different ID packet through the same interface transmission, but at both ends according to the classification ID number. In this paper a detailed analysis of the netlink implementation mechanism.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

浠巌p_queue鍒皀fnetlink_queue.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org