Difference between revisions of "TCP Splicing"

From LVSKB
Jump to: navigation, search
m
 
Line 5: Line 5:
  
 
== TCP Splicing ==
 
== TCP Splicing ==
 +
 +
 +
== Implementation ==
 +
 +
* [[TCPSP]] - a [[TCP Splicing|TCP splicing]] implementation for the Linux operating system
  
 
== External Links ==
 
== External Links ==
  
 
* [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]
 +
 +
[[Category:Load Balancing]]

Revision as of 04:11, 10 December 2005

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.

Introduction

TCP Splicing

Implementation

  • TCPSP - a TCP splicing implementation for the Linux operating system

External Links