Documentation

timeout

The timeout parameter specifies the amount of time that the RADIUS proxy will wait for a response from the upstream RADIUS server before considering the request to have timed out.

Duration Units

This parameter supports duration units for improved readability:

backends {
    radius "upstream" {
        server "radius1.example.org" {
            secret "ExampleSecret";
            timeout 7s;  # 7 seconds
        }
    }
}
Navigation
Parents