Difference between revisions of "TCP Handoff"

From LVSKB
Jump to: navigation, search
m (looks like a typo)
m
Line 1: Line 1:
TCP handoff is a technique to handle TCP socket endpoint from one node to the other seamlessly, which is to migrate the established TCP state from the original node to the new node, so that the new node can send packets to the other TCP endpoint directly.
+
TCP handoff is a technique to handoff one TCP socket endpoint from one node to the other seamlessly, which is to migrate the established TCP state from the original node to the new node, so that the new node can send packets to the other TCP endpoint directly.
  
 
== Introduction ==
 
== Introduction ==

Revision as of 12:06, 17 August 2005

TCP handoff is a technique to handoff one TCP socket endpoint from one node to the other seamlessly, which is to migrate the established TCP state from the original node to the new node, so that the new node can send packets to the other TCP endpoint directly.

Introduction

External Links