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

2011-01-06 Thread Daniel P. Berrange
On Thu, Dec 23, 2010 at 11:53:41AM +0800, Wen Congyang wrote: > At 12/16/2010 07:21 PM, Daniel P. Berrange Write: > > 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 reso

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

2010-12-22 Thread Wen Congyang
At 12/16/2010 07:21 PM, Daniel P. Berrange Write: > 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 f

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

2010-12-16 Thread Eric Blake
On 12/16/2010 04:21 AM, 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 f

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

2010-12-16 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 s