From c1e7aba9bea4bc2830c2a92a5c9f4873e87b346b Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 19 Jul 2012 17:09:29 -0700 Subject: [PATCH] rspreload: Move fork handling to first data transfer Instead of hooking fork and migrating the last accepted connection to rsockets, perform the migration when the socket first tries to send or receive data. This is necessary to handle more complex cases of fork, where the child process establishes connections. Signed-off-by: Sean Hefty -- 2.45.2