Difference between revisions of "TCP Splicing"

From LVSKB
Jump to: navigation, search
m
Line 10: Line 10:
  
 
* [[TCPSP]] - a [[TCP Splicing|TCP splicing]] implementation for the Linux operating system
 
* [[TCPSP]] - a [[TCP Splicing|TCP splicing]] implementation for the Linux operating system
 +
 +
== Conclusion ==
 +
 +
TCP splicing is a technique to interconnection two separate TCP connections for fast data relay. A TCP splicer changes vlues in the IP and TCP headers: source and destination IP addresses, port numbers, sequence and acknowledgement numbers, and checksums.
  
 
== External Links ==
 
== External Links ==

Revision as of 11:52, 4 February 2006

TCP splicing is a technique to splice two TCP connections by segment translation, 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

Conclusion

TCP splicing is a technique to interconnection two separate TCP connections for fast data relay. A TCP splicer changes vlues in the IP and TCP headers: source and destination IP addresses, port numbers, sequence and acknowledgement numbers, and checksums.

External Links