Re: [ovs-dev] [PATCH] TCP Stream: Use TCP keepalive by default

2021-11-23 Thread Flavio Leitner
On Tue, Nov 16, 2021 at 09:54:54PM +0100, Ilya Maximets wrote: > On 10/25/21 16:36, Michael Santana wrote: > > In the case that a client disables jsonrpc probes the client would fail > > to detect if the connection to the server has dropped. To workaround > > such case TCP keepalive is enabled. >

Re: [ovs-dev] [PATCH] TCP Stream: Use TCP keepalive by default

2021-11-16 Thread Ilya Maximets
On 10/25/21 16:36, Michael Santana wrote: > In the case that a client disables jsonrpc probes the client would fail > to detect if the connection to the server has dropped. To workaround > such case TCP keepalive is enabled. > > Signed-off-by: Michael Santana > --- Hi, Michael. Thanks for the

Re: [ovs-dev] [PATCH] TCP Stream: Use TCP keepalive by default

2021-10-27 Thread Flavio Leitner
On Mon, Oct 25, 2021 at 10:36:32AM -0400, Michael Santana wrote: > In the case that a client disables jsonrpc probes the client would fail > to detect if the connection to the server has dropped. To workaround > such case TCP keepalive is enabled. > > Signed-off-by: Michael Santana > --- Patch

[ovs-dev] [PATCH] TCP Stream: Use TCP keepalive by default

2021-10-25 Thread Michael Santana
In the case that a client disables jsonrpc probes the client would fail to detect if the connection to the server has dropped. To workaround such case TCP keepalive is enabled. Signed-off-by: Michael Santana --- lib/socket-util.c | 13 + lib/socket-util.h | 1 + lib/stream-fd.c |