Radiator Server Documentation — v10.33.3
Table of Contents
connections
Maximum number of backend connections Radiator may keep open to the RADIUS backend server.
Radiator reuses existing live connections as long as they can still accept more requests. New connections are opened only when no current connection can accept another request and the pool is still below this limit. This setting controls the socket pool size, not a request count: one backend socket can carry up to 256 requests in flight at the same time. This applies to UDP and TCP/TLS.
Default
10
Related
- min-connections - Pre-establish connections at startup
- idle-timeout - Idle connection lifetime
Table of Contents
Navigation