Re: [PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost on the network

2016-02-16 Thread Willy Tarreau
Hi Simon, On Wed, Feb 17, 2016 at 02:32:28PM +0900, Simon Horman wrote: > Hi Pieter, Hi Willy, > > On Tue, Feb 16, 2016 at 10:11:34PM +0100, P.Baauw wrote: > > Hi Willy, Simon, > > > > Op 16-2-2016 om 21:56 schreef Willy Tarreau: > > >Simon, > > > > > >are you OK with this series from Pieter ?

Re: [PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost on the network

2016-02-16 Thread Simon Horman
Hi Pieter, Hi Willy, On Tue, Feb 16, 2016 at 10:11:34PM +0100, P.Baauw wrote: > Hi Willy, Simon, > > Op 16-2-2016 om 21:56 schreef Willy Tarreau: > >Simon, > > > >are you OK with this series from Pieter ? Yes, they look good to me. Thanks Pieter for the fixes/enhancements. Acked-by: Simon

Re: [PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost on the network

2016-02-16 Thread P.Baauw
Hi Willy, Simon, Op 16-2-2016 om 21:56 schreef Willy Tarreau: Simon, are you OK with this series from Pieter ? Should we backport them to 1.6 ? They look like fixes but I'm uncertain. Patches 1 and 4 i think should be backported to 1.6. 1- allows the tcp connection to send multiple syn

Re: [PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost on the network

2016-02-16 Thread Willy Tarreau
Simon, are you OK with this series from Pieter ? Should we backport them to 1.6 ? They look like fixes but I'm uncertain. Thanks, Willy On Sat, Feb 13, 2016 at 04:35:58PM +0100, P.Baauw wrote: > > > From 4583d6c5a96413bc6b827863b2be8e0c5b68910b Mon Sep 17 00:00:00 2001 > From: Pieter Baauw

[PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost on the network

2016-02-13 Thread P.Baauw
From 4583d6c5a96413bc6b827863b2be8e0c5b68910b Mon Sep 17 00:00:00 2001 From: Pieter Baauw Date: Fri, 12 Feb 2016 14:35:20 +0100 Subject: [PATCH 1/4] mailer: increase default timeout to 10 seconds this allows the TCP connection to retry connecting when a packet is lost