Re: [ovs-dev] [PATCH 06/13] reconnect: Add ability to do a number of retries without backoff.

2017-10-09 Thread Russell Bryant
On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff wrote: > This is aimed at an upcoming database clustering implementation, where it's > desirable to try all of the cluster members quickly before backing off to > retry them again in sequence. > > Signed-off-by: Ben Pfaff

[ovs-dev] [PATCH 06/13] reconnect: Add ability to do a number of retries without backoff.

2017-10-06 Thread Ben Pfaff
This is aimed at an upcoming database clustering implementation, where it's desirable to try all of the cluster members quickly before backing off to retry them again in sequence. Signed-off-by: Ben Pfaff --- lib/reconnect.c | 52