Difference between revisions of "TCPSP"

From LVSKB
Jump to: navigation, search
m (References)
Line 12: Line 12:
 
* [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/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]
 
* [http://citeseer.ist.psu.edu/642308.html Symmetric TCP Splice: A Kernel Mechanism For High Performance Relaying]
 +
 +
[[Category:TCP Splicing]]

Revision as of 08:04, 3 February 2006

TCPSP implements TCP splicing for the Linux kernel. TCP splicing is a technique to splice two TCP 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 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