Kostas Kalevras wrote:

radrelay will send packets as fast as possible but will slow down if it does not get responses. The algorithm:

        if (r->retrans_num > 20)
                r->retrans = now + 70;
        else
                r->retrans = now + 3 + (3 * r->retrans_num);


so if your db is not fast enough radrelay will slow down according to your radius server response time.



Are you sure? My understanding is that radius replys but finds that it doesn't have a DB connection handle and drops insert.


If your right then much of my concerns are not valid. If radius didn't reply then packets dropped due to lack of DB time would be retransmitted.

schu

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to