From: E. Scott Daniels Date: Mon, 30 Mar 2020 15:05:45 +0000 (-0400) Subject: Correct the max receive message constant X-Git-Tag: 3.6.3^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=338fe5e46223df8145b53cdf52dab358f18c7f26;hp=338fe5e46223df8145b53cdf52dab358f18c7f26;p=ric-plt%2Flib%2Frmr.git Correct the max receive message constant The max receive size constant (a user programme only constant) still reflected the original limit of 4k. While internally this was not used and/or enforced, the incorrect setting could cause some wrapper implementations to incorrectly limit the max receive size. This change sets this constant to the acknowledged max receive size for all transports (64K). Issue-ID: RIC-301 Signed-off-by: E. Scott Daniels Change-Id: I214b9d9dd67a00232e57bab8327dcb76f891b517 ---