Difference between revisions of "TCPSP"

From LVSKB
Jump to: navigation, search
m
m (References)
Line 9: Line 9:
  
 
* [http://citeseer.ist.psu.edu/309834.html TCP Splicing for Application Layer Proxy Performance]
 
* [http://citeseer.ist.psu.edu/309834.html TCP Splicing for Application Layer Proxy Performance]
 +
* [http://www.bell-labs.com/project/webswitch/Gryph_im/APAHBFEF.pdf On the Performance of TCP Splicing for URL-aware Redirection]
 
* [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]

Revision as of 13:35, 18 August 2005

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