Radius协议源码÷The Radius Stack will connect to a Radius Server. This stack
implementation is built upon the UdpStack which is available
in the Radius{version}/util directory. A minimal set of VSAs (Vendor
Specific Attributes are supported by this stack). The Radius
Stack should be used as a base class. In order to implement
a larger set of VSAs, one will need to subclass from the
Radius Stack and implement the functionality within the
virtual function processVsa(). The Radius Stack supports
mostly accounting messages. The authentcation messages
will be supported in a future release.
A test program has been provided in the Radius directory.
This program shows how to subclass from the RadiusStack
and how to use the api.