资源列表
monqueror-0.6
- monqueror一个很具有参考价值的源玛,代码精简-monqueror is a very valuable reference source here on streamlining the code
server_epoll
- Linux epoll socket server-Linux server socket epoll
kernelsniffer
- filter kerner 过滤ip的模块编程-filter kerner ip filter module programming
patch-2.6.21-mh1
- 用于驱动linux内核下的蓝牙补丁,是在linux下使用蓝牙的关键源码-for driving under the linux kernel patch Bluetooth is the use of Bluetooth linux key source
patch-2.4.28-mh1
- 蓝牙的补丁,能使linux下的蓝牙驱动能起作用-Bluetooth patch, make linux under the driver can play Bluetooth
patch-2.4.29-mh1
- 蓝牙的补丁,能使linux下的蓝牙驱动能起作用-Bluetooth patch, make linux under the driver can play Bluetooth
patch-2.4.30-mh1
- 蓝牙的补丁,能使linux下的蓝牙驱动能起作用-Bluetooth patch, make linux under the driver can play Bluetooth
patch-2.4.31-mh1
- 蓝牙的补丁,能使linux下的蓝牙驱动能起作用-Bluetooth patch, make linux under the driver can play Bluetooth
blvpn.tgz
- 一个vpn源代码,基于linux下shell编写-a VPN source code, based on the Linux shell under preparation
DataTransmit
- QT网络传输。用来演示QT的网络传输类。-QT network transmission. QT used to demonstrate the network transmission category.
dsr.yuandaima
- dsr 的源代码,应用于ns2仿真环境。-dsr the source code used Means simulation environment.
FTPServer0.01
- 实现了ftp服务器端的功能 (1)FTP服务器运行FTPd守护进程,等待用户的FTP请求。 (2)用户运行FTP命令,请求FTP服务器为其服务。 (3)FTPd守护进程收到用户的FTP请求后,派生出子进程FTP与用户进程FTP交互,建立文件传输控制连接 (4)用户输入FTP子命令,服务器接收子命令,如果命令正确,双方各派生一个数据传输进程FTP-DATA,建立数据连接,进行数据传输。 (5)本次子命令的数据传输完,拆除数据连接,结束FTP-