Daniel P. Berrange 559607ea17 io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O.
The implementation is able to manage a single socket file
descriptor, whether a TCP/UNIX listener, TCP/UNIX connection,
or a UDP datagram. It provides APIs which can listen and
connect either asynchronously or synchronously. Since there
is no asynchronous DNS lookup API available, it uses the
QIOTask helper for spawning a background thread to ensure
non-blocking operation.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2015-12-18 12:18:31 +00:00
..
2015-03-10 10:49:25 +01:00
2015-10-29 17:59:27 +00:00
2015-09-04 13:18:04 +02:00
2015-12-17 17:33:49 +01:00
2015-12-18 12:18:31 +00:00
2015-10-12 18:44:54 +02:00
2015-10-12 18:46:50 +02:00
2015-12-17 08:21:29 +01:00
2015-10-29 17:59:27 +00:00
2015-02-16 15:07:18 +00:00
2014-02-15 16:10:25 +04:00
2014-06-09 15:43:40 +02:00