Correct excessive TCP connection bug 89/5489/1 4.5.2
authorE. Scott Daniels <daniels@research.att.com>
Thu, 21 Jan 2021 16:17:33 +0000 (11:17 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 21 Jan 2021 16:17:33 +0000 (11:17 -0500)
This change corrects a bug in the handling of sends on a blocked
TCP session that was causing a session reconnect to the endpoint,
and resulted in an excessive number of open file descriptors leading
to a segmentation fault.

The change also includes a better warning message when a receiving
process is failing to keep up; the warning is issued every 60
seconds, with a count, when messages are being dropped.

Issue-ID: RIC-735

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Id43b1c8c4766e5a89158fb31b05df547603c3e13


No differences found