Add ability to specify retries and timeout for failover RADIUS servers #242
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Previously we may specifiy the 'retries' and 'timeout' configuration options for the RADIUS relay servers. This commit adds ability to specify the same configuration options per RADIUS failover server.
Backward compatibility is preserved. The proxy clients already had this options, they were not just used during the request but instead the RADIUS client used the timeout and retries values from the primary server configuration.