Re: [libvirt] [PATCH 03/12] Introduce a generic object for using network sockets

2011-03-22 Thread Eric Blake
On 03/18/2011 12:54 PM, Daniel P. Berrange wrote: Introduces a simple wrapper around the raw POSIX sockets APIs and name resolution APIs. Allows for easy creation of client and server sockets with correct usage of name resolution APIs for protocol agnostic socket setup. +int

Re: [libvirt] [PATCH 03/12] Introduce a generic object for using network sockets

2011-03-21 Thread Eric Blake
On 03/18/2011 12:54 PM, Daniel P. Berrange wrote: Introduces a simple wrapper around the raw POSIX sockets APIs and name resolution APIs. Allows for easy creation of client and server sockets with correct usage of name resolution APIs for protocol agnostic socket setup. It can listen for

[libvirt] [PATCH 03/12] Introduce a generic object for using network sockets

2011-03-18 Thread Daniel P. Berrange
Introduces a simple wrapper around the raw POSIX sockets APIs and name resolution APIs. Allows for easy creation of client and server sockets with correct usage of name resolution APIs for protocol agnostic socket setup. It can listen for UNIX and TCP stream sockets. It can connect to UNIX, TCP