⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 在传输层实现了资源的负载平衡 实现了集群
💻
字号:
TCPSPWhat is it?-----------It implements TCP splicing for the Linux kernel. It can be used tospeed up layer-7 switching, web proxy and application firewall runningin the user space.It is also a small software component of the Linux Virtual Serverproject.The Latest Version------------------Details of the latest version can be found on the Linux Virtual Serverproject page under http://www.linuxvirtualserver.org/.COPYRIGHT---------Copyright (c) 2002 Wensong Zhang. It is released under GNU GPL(General Public License). Please see the file called COPYING.SETUP-----TCPSP currently requires that your system is running the Linux kernel2.4.x.To build and insert the ipvs modules, the commands can be as follows:	# build the module	cd <path-name>/tcpsp	make	# insmod the module	su	make install	# set the debugging level	echo 2 > /proc/sys/net/tcpsp/debug_level		# list the splicing connections	cat /proc/net/tcpsp_conn	# run the very simple example shipped in the tar ball :)	make -C example	example/forwarder	# need to be root to run it currently	lynx -dump localhost:8888	# remove the module	rmmod tcpsp	MAILING LIST------------There is a mailing list for the discussion of LVS and itsapplications. It is open to anyone to join. I will announce newversions on this list.To join the mailing list, send mail with the word "subscribe" in theSubject field to lvs-users-request@linuxvirtualserver.org.To send mail to everyone on the list send it tolvs-users@linuxvirtualserver.org.FEEDBACK--------Send your comments, bug reports, bug fixes, and ideas to the LVSmailing list or me.Thanks,Wensong Zhangwensong@linux-vs.org

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -