MR::max_retries

Description

This iRule command returns the number of retries allows for this router instance.

Syntax

MR::max_retries

Examples

when MR_FAILED {
     if {[MR::message retry_count] < [MR::max_retries]} {
         MR::message nexthop none
         MR::retry
     }
 }