From: Sebastian Harl Date: Tue, 11 Dec 2012 09:55:36 +0000 (+0100) Subject: utils unixsock: Added sc_unixsock_client_shutdown(). X-Git-Tag: sysdb-0.1.0~459 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=c56d3fd14df5efba97fa47b08d5ea7fe602f7c9a;hp=c56d3fd14df5efba97fa47b08d5ea7fe602f7c9a utils unixsock: Added sc_unixsock_client_shutdown(). This function is a wrapper around shutdown(3). After shutting down send / receive operations, the client will automatically re-connect on the next send() / recv() call. ---