X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frmr_call.3.rst;h=3ddac8b089b6b46d927850e09297a936b22cc9df;hb=5a9d175bb17fcc71aa19fc23458e485830b97e0a;hp=a9861c3405a1ef04028a168fb683567df375f566;hpb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rmr_call.3.rst b/docs/rmr_call.3.rst index a9861c3..3ddac8b 100644 --- a/docs/rmr_call.3.rst +++ b/docs/rmr_call.3.rst @@ -95,7 +95,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.