CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - netlink 2.6
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - netlink 2.6 - List
[
Hook api
]
hook
DL : 0
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
Update
: 2025-02-17
Size
: 3kb
Publisher
:
蒋赵贵
[
Internet-Network
]
LOCAL
DL : 0
linux netfilterNF_IP_LOCAL_IN处将发给本机的包用netlink重定向到用户空间-linux netfilterNF_IP_LOCAL_IN will be issued by the local package with NetLink redirected to user space
Update
: 2025-02-17
Size
: 3kb
Publisher
:
蒋赵贵
[
Embeded Linux
]
netlink
DL : 0
Linux kernel - user space IPC - Netlink example-Linux kernel- user space IPC- Netlink example
Update
: 2025-02-17
Size
: 3kb
Publisher
:
perry wu
[
Linux-Unix
]
netlink_demo
DL : 0
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.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
卢一平
[
Linux-Unix
]
linux2.6.25_netlink_IPC
DL : 0
linux2.6.25下的netlink进程通信实例,包括Makefile文件-netlink process under linux2.6.25 communication examples, including the Makefile file
Update
: 2025-02-17
Size
: 11kb
Publisher
:
秦鹏
[
Internet-Network
]
linux2.6.26_netlink_IPC
DL : 0
linux2.6.26下的netlink简单进程通信模型,包括Makefile文件-netlink under linux2.6.26 simple model of the process of communication, including the Makefile file
Update
: 2025-02-17
Size
: 25kb
Publisher
:
秦鹏
[
Embeded Linux
]
netlink_2.6.x
DL : 0
netlink sample for arm linux under 2.6.x, to use it, just download and modify you cross compiler path
Update
: 2025-02-17
Size
: 8kb
Publisher
:
mingkuang tsai
[
Internet-Network
]
netlink
DL : 0
Linux 下netlink的实现,实现较为精确,简单,非常适合刚学习netlink的工程是学习。-A simple implementation of Linux Netlink, it is a good material for those who want to learn how netlink works.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
martin
[
Linux-Unix
]
program-examples
DL : 0
linux下内核编程的Damon程序 netlink呀什么都有-linux kernel programming under the program netlink 呀 everything Damon
Update
: 2025-02-17
Size
: 13kb
Publisher
:
wwsn
[
Embeded Linux
]
netlink
DL : 0
network part:netlink code
Update
: 2025-02-17
Size
: 11kb
Publisher
:
abuyu
[
Windows Develop
]
socket
DL : 0
Data transfer between kernel and user space using netlink socket if
Update
: 2025-02-17
Size
: 14kb
Publisher
:
MV
[
Internet-Network
]
netlink
DL : 0
NETLINK 应用源码,主要包含netlink使用的例子-NETLINK application source code, consists mainly of examples of the use netlink
Update
: 2025-02-17
Size
: 11kb
Publisher
:
wuzhiyong
[
Windows Develop
]
examples
DL : 0
netlink程序实例,两个不错的入门学习代码-netlink program
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李亚军
[
Internet-Network
]
netlink
DL : 0
Linux开发环境下通过建立Netlink套接字,实现内核态和用户态数据通信。-Linux development environment through the establishment of Netlink socket, kernel mode and user mode to achieve data communication.
Update
: 2025-02-17
Size
: 131kb
Publisher
:
田强
[
Linux-Unix
]
netlink-linux
DL : 0
linux 内核用户通信netlink机制内核模块及应用层API-mechanism of linux kernel netlink kernel module user communication and application layer API
Update
: 2025-02-17
Size
: 4kb
Publisher
:
林一动
[
Software Engineering
]
netlink-example-08122010-2.6.35
DL : 0
Good example for netlink linux
Update
: 2025-02-17
Size
: 11kb
Publisher
:
thientran
[
Internet-Network
]
tcpcopy0.6
DL : 0
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
Update
: 2025-02-17
Size
: 95kb
Publisher
:
林鹏
[
Linux driver
]
netlink-program-examples
DL : 0
Linux下netlink编程,包括用户态和内核态示例-Netlink programming under Linux, including kernel mode and user mode two examples
Update
: 2025-02-17
Size
: 13kb
Publisher
:
stephen1w
[
Embeded Linux
]
netlink
DL : 0
linux系统下netlink开发的参考代码-linux netlink develop reference
Update
: 2025-02-17
Size
: 424kb
Publisher
:
xian
[
Linux-Unix
]
netlink
DL : 0
Netlink Messages and Attributes Interface (As Seen On TV).
Update
: 2025-02-17
Size
: 7kb
Publisher
:
binberhe
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.