From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Smith Subject: [RFC] Add Checkpoint/Restart support for UNIX and INET sockets Date: Tue, 7 Jul 2009 12:26:14 -0700 Message-ID: <1246994776-1882-1-git-send-email-danms@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: netdev.vger.kernel.org This patch set adds support to the Checkpoint/Restart code for UNIX and INET sockets. It supports abstract, path, and socketpair() UNIX sockets, as well as TCP and UDP INET/INET6 sockets. Testing is done using a set of multi-process test programs that have sockets of various types and states open between them, verifying connectivity after restart. For more information on the checkpoint/restart patchset, see: https://lists.linux-foundation.org/pipermail/containers/2009-May/018009.html