2009-10-14 09:40:46 UTC
I want to use Ace Radius client as a testing toll for my application,
For this use I want my client to keep sending messages no matter what.
How can I configure CRadiusClientConnection to support my needs.
- @param[in] p_stack - RADIUS client stack that this connection belongs to
- @param[in] p_secret - secret key
- @param[in] p_hostname - RADIUS server hostname
- @param[in] p_port - RADIUS server port
- @param[in] p_localHostname - local hostname (optional, usually there is no need to specify it)
- @param[in] p_localPort - local port (optional, usually there is no need to specify it)
- @param[in] p_responseTimeout - RADIUS server response timeout (in sec)
- @param[in] p_retransmitCount - max number of packet retransmits
- @param[in] p_disableConnectionThreshold - how many packets should consequently fail to transmit in order to disable this connection
- @param[in] p_disableConnectionTimeout - for how long connection is disabled when it's failure is detected
Thanks in advence.