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

2011-06-24 Thread Daniel P. Berrange
On Thu, Jun 23, 2011 at 04:57:17PM -0600, Eric Blake wrote: On 06/22/2011 09:33 AM, Daniel P. Berrange wrote: Any ideas on how best to go about debugging these test failures? TEST: virnetsockettest 1) Socket TCP/IPv4 Accept ... FAILED 2) Socket TCP/IPv6 Accept ... FAILED 3) Socket

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

2011-06-23 Thread Eric Blake
On 06/22/2011 09:33 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 for

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

2011-06-22 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

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

2011-05-24 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

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

2011-05-11 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