[ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2018-12-26 Thread Ilya Maximets
On some systems in case where remote is not responding, socket could remain in SYN_SENT state for a really long time without errors waiting for connection. This leads to situations where vconn connection hangs for a few minutes waiting for connection to the DOWN remote. For example, this situation

Re: [ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2018-12-27 Thread Ben Pfaff
On Wed, Dec 26, 2018 at 06:23:56PM +0300, Ilya Maximets wrote: > On some systems in case where remote is not responding, socket could > remain in SYN_SENT state for a really long time without errors waiting > for connection. This leads to situations where vconn connection hangs > for a few minutes

Re: [ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2019-01-09 Thread Ben Pfaff
On Wed, Jan 09, 2019 at 08:28:54PM +0300, Ilya Maximets wrote: > On 27.12.2018 20:36, Ben Pfaff wrote: > > On Wed, Dec 26, 2018 at 06:23:56PM +0300, Ilya Maximets wrote: > >> On some systems in case where remote is not responding, socket could > >> remain in SYN_SENT state for a really long time wi

Re: [ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2019-01-09 Thread Ilya Maximets
On 27.12.2018 20:36, Ben Pfaff wrote: > On Wed, Dec 26, 2018 at 06:23:56PM +0300, Ilya Maximets wrote: >> On some systems in case where remote is not responding, socket could >> remain in SYN_SENT state for a really long time without errors waiting >> for connection. This leads to situations where

Re: [ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2019-01-10 Thread Ilya Maximets
On 09.01.2019 23:27, Ben Pfaff wrote: > On Wed, Jan 09, 2019 at 08:28:54PM +0300, Ilya Maximets wrote: >> On 27.12.2018 20:36, Ben Pfaff wrote: >>> On Wed, Dec 26, 2018 at 06:23:56PM +0300, Ilya Maximets wrote: On some systems in case where remote is not responding, socket could remain in

Re: [ovs-dev] [PATCH 3/8] vconn: Allow timout configuration for blocking connection.

2019-01-10 Thread Ben Pfaff
On Thu, Jan 10, 2019 at 11:44:05AM +0300, Ilya Maximets wrote: > On 09.01.2019 23:27, Ben Pfaff wrote: > > On Wed, Jan 09, 2019 at 08:28:54PM +0300, Ilya Maximets wrote: > >> On 27.12.2018 20:36, Ben Pfaff wrote: > >>> On Wed, Dec 26, 2018 at 06:23:56PM +0300, Ilya Maximets wrote: > On some sy