X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frmr_send_msg.3.rst;h=5f30eebb223a1bfef24f9eacc59c3dc7930f837d;hb=ebaf3d66c0d2df45816e6d5d56e490dfd0df45b5;hp=e347189f24a49d87ad620689aaed2af09bea5aaa;hpb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rmr_send_msg.3.rst b/docs/rmr_send_msg.3.rst index e347189..5f30eeb 100644 --- a/docs/rmr_send_msg.3.rst +++ b/docs/rmr_send_msg.3.rst @@ -74,7 +74,7 @@ A retry loop consists of approximately 1000 send attempts **without** any intervening calls to *sleep()* or *usleep().* The number of retry loops defaults to 1, thus a maximum of 1000 send attempts is performed before returning to the user -application. This value can be set at any point after RMr +application. This value can be set at any point after RMR initialisation using the *rmr_set_stimeout()* function allowing the user application to completely disable retires (set to 0), or to increase the number of retry loops.