X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_init.3.xfm;h=4f57b06b7765d2991e3f725c887569e6c4f10d7f;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=acace5ab053bec8ed930a58291f3fb9b119c3499;hpb=2d9d6784b306047e94ca9816813e5007b00fd17e;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_init.3.xfm b/doc/src/man/rmr_init.3.xfm index acace5a..4f57b06 100644 --- a/doc/src/man/rmr_init.3.xfm +++ b/doc/src/man/rmr_init.3.xfm @@ -73,8 +73,8 @@ Similarly, the only penality to the application for over specifying the normal b size might be a larger memory footprint. &space -&ital(Flags) allows for selection of some RMr options at the time of initialisation. -These are set by ORing &cw(RMRFL) constants from the RMr header file. Currently the +&ital(Flags) allows for selection of some RMR options at the time of initialisation. +These are set by ORing &cw(RMRFL) constants from the RMR header file. Currently the following flags are supported: &half_space @@ -85,7 +85,7 @@ following flags are supported: &half_space &ditem(RMRFL_NOTHREAD) The route table collector thread is not to be started. This should only be used - by the route table generator application if it is based on RMr. + by the route table generator application if it is based on RMR. &half_space &ditem(RMRFL_MTCALL) @@ -114,10 +114,10 @@ function calls. &space Multi-threaded call support requires the user application to specifically enable it -when RMr is initialised. +when RMR is initialised. This is necessary because a second, dedicated, receiver thread must be started, and requires all messages to be examined and queued by this thread. -The additional overhead is minimal, queuing information is all in the RMr message +The additional overhead is minimal, queuing information is all in the RMR message header, but as an additional process is necessary the user application must "opt in" to this approach.