From: E. Scott Daniels Date: Thu, 21 Jan 2021 16:17:33 +0000 (-0500) Subject: Correct excessive TCP connection bug X-Git-Tag: 4.5.2^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=fd4477a9698a46ce5755d614b663c18ceadf43c4;hp=fd4477a9698a46ce5755d614b663c18ceadf43c4;p=ric-plt%2Flib%2Frmr.git Correct excessive TCP connection bug 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 Change-Id: Id43b1c8c4766e5a89158fb31b05df547603c3e13 ---