X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Fretry.im;h=f5396f285489d73f4c358769d91fbb2869ddabb8;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=7ffd34a5e616f7625ec9edc53a86ab4c76c09f68;hpb=2d9d6784b306047e94ca9816813e5007b00fd17e;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/retry.im b/doc/src/man/retry.im index 7ffd34a..f5396f2 100644 --- a/doc/src/man/retry.im +++ b/doc/src/man/retry.im @@ -46,7 +46,7 @@ A retry loop consists of approximately 1000 send attempts &bold(without) any int calls to &ital(sleep()) or &ital(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 initialisation using the &ital(rmr_set_stimeout()) +This value can be set at any point after RMR initialisation using the &ital(rmr_set_stimeout()) function allowing the user application to completely disable retires (set to 0), or to increase the number of retry loops.