Difference between revisions of "TCPSP"

From LVSKB
Jump to: navigation, search
 
m
Line 5: Line 5:
  
 
TCPSP software page is at http://www.linuxvirtualserver.org/software/tcpsp/index.html
 
TCPSP software page is at http://www.linuxvirtualserver.org/software/tcpsp/index.html
 +
 +
== References ==
 +
 +
* [http://citeseer.ist.psu.edu/309834.html TCP Splicing for Application Layer Proxy Performance]
 +
* [http://citeseer.ist.psu.edu/635819.html Asymmetric TCP Splice: A Kernel Mechansim to Increase the Flexibility of TCP Splice]
 +
* [http://citeseer.ist.psu.edu/642308.html Symmetric TCP Splice: A Kernel Mechanism For High Performance Relaying]

Revision as of 16:30, 9 July 2005

TCPSP implements tcp splicing for the Linux kernel. The tcp splicing is a technique to splice two connections inside the kernel, so that data relaying between the two connections can be run at near router speeds. This technique can be used to speed up It can be used to speed up layer-7 switching, web proxy and application firewall running in the user space.


Software

TCPSP software page is at http://www.linuxvirtualserver.org/software/tcpsp/index.html

References