OSDN Git Service

android/socket: Cleanup sockets on unregister
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Tue, 3 Dec 2013 15:51:10 +0000 (17:51 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 5 Dec 2013 14:45:16 +0000 (16:45 +0200)
commit99f70b8af8327b4e0c09435795416301ca57060d
treec6da266db5cbb20c0c06b009ab46bdb2d8ebc51a
parenteea8535fd214912dc6abec5e76aa9acaaaeb49b2
android/socket: Cleanup sockets on unregister

This cleans up rfsock structures closing all sockets and making general
cleanup for servers and for connections. This will be called form socket
unregister.
android/socket.c