On 09/19/2014 03:58 PM, miny...@acm.org wrote:
> From: Corey Minyard
>
> Adds a "recon" option to socket backends that gives a reconnect
> timeout. This only applies to client sockets. If the other end
> of a socket closes the connection, qemu will attempt to reconnect
> after the given number
Il 19/09/2014 23:58, miny...@acm.org ha scritto:
> From: Corey Minyard
>
> Adds a "recon" option to socket backends that gives a reconnect
> timeout. This only applies to client sockets. If the other end
> of a socket closes the connection, qemu will attempt to reconnect
> after the given numbe
On Fri, Sep 19, 2014 at 04:58:57PM -0500, miny...@acm.org wrote:
> From: Corey Minyard
>
> Adds a "recon" option to socket backends that gives a reconnect
> timeout. This only applies to client sockets. If the other end
> of a socket closes the connection, qemu will attempt to reconnect
> after
From: Corey Minyard
Adds a "recon" option to socket backends that gives a reconnect
timeout. This only applies to client sockets. If the other end
of a socket closes the connection, qemu will attempt to reconnect
after the given number of seconds.
This rearranges things a bit, all socket confi