TCPCP2



Introduction

TCP connection passing (TCPCP) created by Werner Almesberger, is a mechanism that allows cooperating applications to pass ownership of TCP connection endpoints from one Linux host to another.

TCPCP2 is another form of TCPCP. We created TCPCP2 based on TCPCP, and provided the following functions for it.

  • 2.6.15 kernel support.

  • Take over several TCP sockets at a time.

  • Take over the TCP/IPv6 sockets.

  • Take over some options on a socket: e.g., unicast TTL, TOS.

  • Take over the TCP packets in the socket send buffer and receive buffer.

  • Take over flags of TCP header of packets in the socket buffer.

Download

kernel patch and tools : for Linux kernel 2.6.15.


Documentation

Check following documentations.

  • Interface manual

      API tcpcp_stop(), tcpcp_get_si(), tcpcp_set_si() and tcpcp_start()

Mailing list


Mailing list will be availabel soon.

The legal stuff

© 2006 NTT Corporation, distributed under the terms of the GNU Public License, v2.0 or later.

Last update Sep 21 2006

SourceForge.net Logo