Skip to content
Snippets Groups Projects
Commit 29307afd authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Update docs to include new params

parent 7f4a69b2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,11 @@ This module provides several classes and defined types which take parameters.
The `freeradius` class installs the base server. In the early releases, this class does not
have many parameters as most values are hard-coded. I am working on parameterising more
of the settings to increase flexibility. Patches are welcome.
of the global settings to increase flexibility. Patches are welcome.
* `control_socket` Enable the control-socket virtual server. See also the "radmin" program. Default: `false`
* `max_requests` The maximum number of requests which the server keeps track of. This should be 256 multiplied by the number of clients. Default: `4096`
* `max_servers` Limit on the total number of servers running. Default: `4096`
### Resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment