Difference between revisions of "TCP Handoff"

From LVSKB
Jump to: navigation, search
(No difference)

Revision as of 11:26, 17 August 2005

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 code can send packets to the other TCP endpoint directly.

Introduction

External Links