diff options
author | Nikias Bassen | 2014-11-12 19:53:06 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-11-12 19:53:06 +0100 |
commit | a3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5 (patch) | |
tree | 855adf6fdeb4dd526ddd549ecb5a5a3bcce5241d /systemd | |
parent | a5e57e872bb5be8b13d3497f2c07fff8a8e37f3f (diff) | |
download | usbmuxd-a3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5.tar.gz usbmuxd-a3cae2b7a3dfe8120f2a65a1fae8640bb4f095a5.tar.bz2 |
Use non-blocking sockets for client communication
This approach is better than using blocking sockets and select() since
there's no guarantee that send() doesn't block. Plus we're using poll()
anyway so send() and recv() will only be called if the socket is actually
ready for writing/reading.
Diffstat (limited to 'systemd')
0 files changed, 0 insertions, 0 deletions