X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frmr_get_src.3.rst;h=d76e5a0c63bbd6fec0362dc4818170ea4e257989;hb=d762b36427051dc6d1a7e64b44df4334f1ad9dbd;hp=5202fc01a780c6ecb945972e804f7f71e024e21b;hpb=503fe41e88b66ff8986c991bfbd075331b0bd166;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rmr_get_src.3.rst b/docs/rmr_get_src.3.rst index 5202fc0..d76e5a0 100644 --- a/docs/rmr_get_src.3.rst +++ b/docs/rmr_get_src.3.rst @@ -36,14 +36,14 @@ DESCRIPTION The rmr_get_src function will copy the *source* information from the message to a buffer (dest) supplied by the user. In -an RMr message, the source is the sender's information that +an RMR message, the source is the sender's information that is used for return to sender function calls, and is generally the hostname and port in the form *name*. The source might be an IP address port combination; the data is populated by the sending process and the only requirement is that it be capable of being used to start a TCP session with the sender. -The maximum size allowed by RMr is 64 bytes (including the +The maximum size allowed by RMR is 64 bytes (including the nil string terminator), so the user must ensure that the destination buffer given is at least 64 bytes.