All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Introduction

FreeRADIUS uses a thread pool to serve requests. Each request is processed synchronously, and processing passes through a series of stages, and a list of modules in each stage.

The request is processed as follows