Hi
All
I have one
question?
How many Request
handle by Free Radius at same time form same client.
I have one Free
Radius Server, One client and one other server.Client send request to radius
server and then radius server will send it to other server and wait for
replay for that request. After getting reply form other server radius will do
some process and send replay to client.
I want to implement
a Radius system such as my radius server will be able to handle 5000
request form client as same time.
Mean radius is able
to listen 5000 request form client and then send all request to other server and
wait. After Getting replay from other server , radius will send replay to
client.
How can I implement
such requirements .