X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr.7.xfm;h=26738e1da66e585e4e8669930ddface93b8d945b;hb=d9de79acd9c205dc4f795e90a98331628ed6c85b;hp=1d87f73f0b7f2769ac6f82e213042b72ea35125b;hpb=f23c7756b6c75f571e28346c6ee1466f108932c8;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr.7.xfm b/doc/src/man/rmr.7.xfm index 1d87f73..26738e1 100644 --- a/doc/src/man/rmr.7.xfm +++ b/doc/src/man/rmr.7.xfm @@ -49,7 +49,7 @@ applications. &space RMr functions do provide for the ability to respond to the specific source instance of a message allowing for either a request response, or call -response relationship when needed. +response relationship when needed. &h3(The Route Table) @@ -69,7 +69,7 @@ by RMr and used for mapping messages to end points. &h3(Environment) To enable configuration of the library behaviour outside of direct user application control, RMr supports a number of environment variables which provide information -to the library. +to the library. The following is a list of the various environment variables, what they control and the defaults which RMr uses if undefined. @@ -78,7 +78,7 @@ and the defaults which RMr uses if undefined. value to 0. When set to 1, or missing from the environment, RMR will invoke the connection interface in the transport mechanism using the non-blocking (asynch) mode. This will likely result in many "soft failures" (retry) until the connection - is established, but allows the application to continue unimpeeded should the + is established, but allows the application to continue unimpeeded should the connection be slow to set up. &di(RMR_BIND_IF) This provides the interface that RMr will bind listen ports to allowing @@ -97,7 +97,7 @@ and the defaults which RMr uses if undefined. &di(RMR_SEED_RT) This is used to supply a static route table which can be used for debugging, testing, or if no route table generator process is being used to - supply the route table. + supply the route table. If not defined, no static table is used and RMr will not report &ital(ready) until a table is received. &end_dlist @@ -126,6 +126,7 @@ rmr_fib(3), rmr_has_str(3), rmr_tokenise(3), rmr_mk_ring(3), +rmr_realloc_payload(3), rmr_ring_free(3), rmr_set_trace(3), rmr_torcv_msg(3),