X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsrc%2Fman%2Frmr.7.xfm;fp=doc%2Fsrc%2Fman%2Frmr.7.xfm;h=1d87f73f0b7f2769ac6f82e213042b72ea35125b;hb=f23c7756b6c75f571e28346c6ee1466f108932c8;hp=5de226fe007b1dc1997177654c92681df0e9a438;hpb=dfe7b622b128e7bfb4a5e1f7e0afdb84e6001d14;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr.7.xfm b/doc/src/man/rmr.7.xfm index 5de226f..1d87f73 100644 --- a/doc/src/man/rmr.7.xfm +++ b/doc/src/man/rmr.7.xfm @@ -74,6 +74,13 @@ The following is a list of the various environment variables, what they control and the defaults which RMr uses if undefined. &beg_dlist(.75i : ^&bold_font ) +&di(RMR_ASYNC_CONN) Allows the asynch connection mode to be turned off (by setting the + 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 + connection be slow to set up. + &di(RMR_BIND_IF) This provides the interface that RMr will bind listen ports to allowing for a single interface to be used rather than listening across all interfaces. This should be the IP address assigned to the interface that RMr should listen