Code

utils unixsock: Added sc_unixsock_client_shutdown().
authorSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 09:55:36 +0000 (10:55 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 11 Dec 2012 09:55:36 +0000 (10:55 +0100)
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.


No differences found