Welcome![Sign In][Sign Up]
Location:
Search - netlink 2.6

Search list

[Hook apihook

Description: netfilter NF_IP_PRE_ROUTING处挂载钩子函数过滤组播广播包并用netlink发送至用户空间-Department mounted hook netfilter NF_IP_PRE_ROUTING Multicast Broadcast packet filtering function and NetLink sent to user space
Platform: | Size: 3072 | Author: 蒋赵贵 | Hits:

[Internet-NetworkLOCAL

Description: linux netfilterNF_IP_LOCAL_IN处将发给本机的包用netlink重定向到用户空间-linux netfilterNF_IP_LOCAL_IN will be issued by the local package with NetLink redirected to user space
Platform: | Size: 3072 | Author: 蒋赵贵 | Hits:

[Embeded Linuxnetlink

Description: Linux kernel - user space IPC - Netlink example-Linux kernel- user space IPC- Netlink example
Platform: | Size: 3072 | Author: perry wu | Hits:

[Linux-Unixnetlink_demo

Description: NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由用户空间返回。-under LINUX environment NETLINK is a new type of user space and kernel space of interactive methods, sample code gives an example of a network packet to the NETLINK sent from kernel space to user space and then return to user space.
Platform: | Size: 3072 | Author: 卢一平 | Hits:

[Linux-Unixlinux2.6.25_netlink_IPC

Description: linux2.6.25下的netlink进程通信实例,包括Makefile文件-netlink process under linux2.6.25 communication examples, including the Makefile file
Platform: | Size: 11264 | Author: 秦鹏 | Hits:

[Internet-Networklinux2.6.26_netlink_IPC

Description: linux2.6.26下的netlink简单进程通信模型,包括Makefile文件-netlink under linux2.6.26 simple model of the process of communication, including the Makefile file
Platform: | Size: 25600 | Author: 秦鹏 | Hits:

[Embeded Linuxnetlink_2.6.x

Description: netlink sample for arm linux under 2.6.x, to use it, just download and modify you cross compiler path
Platform: | Size: 8192 | Author: mingkuang tsai | Hits:

[Internet-Networknetlink

Description: Linux 下netlink的实现,实现较为精确,简单,非常适合刚学习netlink的工程是学习。-A simple implementation of Linux Netlink, it is a good material for those who want to learn how netlink works.
Platform: | Size: 1024 | Author: martin | Hits:

[Linux-Unixprogram-examples

Description: linux下内核编程的Damon程序 netlink呀什么都有-linux kernel programming under the program netlink 呀 everything Damon
Platform: | Size: 13312 | Author: wwsn | Hits:

[Embeded Linuxnetlink

Description: network part:netlink code
Platform: | Size: 11264 | Author: abuyu | Hits:

[Windows Developsocket

Description: Data transfer between kernel and user space using netlink socket if
Platform: | Size: 14336 | Author: MV | Hits:

[Internet-Networknetlink

Description: NETLINK 应用源码,主要包含netlink使用的例子-NETLINK application source code, consists mainly of examples of the use netlink
Platform: | Size: 11264 | Author: wuzhiyong | Hits:

[Windows Developexamples

Description: netlink程序实例,两个不错的入门学习代码-netlink program
Platform: | Size: 3072 | Author: 李亚军 | Hits:

[Internet-Networknetlink

Description: Linux开发环境下通过建立Netlink套接字,实现内核态和用户态数据通信。-Linux development environment through the establishment of Netlink socket, kernel mode and user mode to achieve data communication.
Platform: | Size: 134144 | Author: 田强 | Hits:

[Linux-Unixnetlink-linux

Description: linux 内核用户通信netlink机制内核模块及应用层API-mechanism of linux kernel netlink kernel module user communication and application layer API
Platform: | Size: 4096 | Author: 林一动 | Hits:

[Software Engineeringnetlink-example-08122010-2.6.35

Description: Good example for netlink linux
Platform: | Size: 11264 | Author: thientran | Hits:

[Internet-Networktcpcopy0.6

Description: tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。 总体说来,tcpcopy主要有如下功能: 1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小(远比ab压力测试工具真实地多),也可以提前发现一些bug 2)对于后端的短连接,请求丢失率非常低(1/10万),可以应用于热备份 3)普通上线测试,可以发现新系统是否稳定,提前发现上线过程中会出现的诸多问题,让开发者有信心上线 4)对比试验,同样请求,针对不同或不同版本程序,可以做性能对比等试验 5)利用多种手段,构造无限在线压力,满足中小网站压力测试要求 6)实战演习(架构师必备) tcpcopy可以用于实时和离线回放领域,并且tcpcopy支持mysql协议的复制,开源一年以来,功能上越来越完善。 如果你对上线没有信心,如果你的单元测试不够充分,如果你对新系统不够有把握,如果你对未来的请求压力无法预测,tcpcopy可以帮助你解决上述难题。- tcpcopy It is an online TCP duplication tool and can be used for testing (using netlink and raw sockets). Description: It can help you find bugs without deploying your server software on your production servers.It can also be used to do smoke testing against your products. For example, when you want to migrate your web server from Apache to Nginx, tcpcopy can help you test it. Apache is running online, while tcpcopy can copy the TCP flows from Apache to Nginx. To Nginx, the TCP flows are just forwarding to it. This will not affect Apache at all except cost a little network bandwidth and CPU load. Scenarios: 1) Distributed stress testing Use tcpcopy to copy real-world data to stress test your server software. Bugs that only can be produced in high-stress situations can be found. 2) Hot backup It is very suitable for backup tasks if connections are short-lived. The request loss ratio is quite low (e.g. 0.00001). 3) Online testing Prove
Platform: | Size: 97280 | Author: 林鹏 | Hits:

[Linux drivernetlink-program-examples

Description: Linux下netlink编程,包括用户态和内核态示例-Netlink programming under Linux, including kernel mode and user mode two examples
Platform: | Size: 13312 | Author: stephen1w | Hits:

[Embeded Linuxnetlink

Description: linux系统下netlink开发的参考代码-linux netlink develop reference
Platform: | Size: 434176 | Author: xian | Hits:

[Linux-Unixnetlink

Description: Netlink Messages and Attributes Interface (As Seen On TV).
Platform: | Size: 7168 | Author: binberhe | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net