Documentation

timeout

This optional parameter specifies the amount of time that the client will wait for a response from the RADIUS server before considering the request to have timed out.

Duration Units

This parameter supports duration units for improved readability:

clients {
    radius {
        client "192.168.1.0/24" {
            secret "ClientSecret";
            timeout 30s;  # 30 seconds
        }
    }
}

When no unit suffix is provided, the value is interpreted as seconds.

Navigation
Parents