Comment 11 for bug 1461761

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/12165
Committed: http://github.org/Juniper/contrail-sandesh/commit/1c07be315cf158264fe89da5ff48940358f4a15a
Submitter: Zuul
Branch: R2.20

commit 1c07be315cf158264fe89da5ff48940358f4a15a
Author: Raj Reddy <email address hidden>
Date: Thu Jul 2 08:56:26 2015 -0700

When the socket has data to send, then the TCP_KEEPALIVE timer doesn't get
activated and it takes much longer time before the socket is closed.
TCP_USER_TIMEOUT also needs to be set for the keepalive to function
when there's traffic on the tcp socket. This will cause the socket
to close when the remote end is not reachable.

Change-Id: I14c45d05992c604691f2a4c1e7ddb4c741f8fc99
Closes-Bug: #1461761