TCP Handoff

From LVSKB
Revision as of 12:06, 17 August 2005 by Wensong (Talk | contribs)

Jump to: navigation, search

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