From: Sean Hefty Date: Fri, 20 Jul 2012 00:09:29 +0000 (-0700) Subject: rspreload: Move fork handling to first data transfer X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c1e7aba9bea4bc2830c2a92a5c9f4873e87b346b;p=~shefty%2Flibrdmacm.git 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 ---