Extending the Radius Protocol
- by vijay.j
I am using radius protocol to for sending some values from client to server.
Within that, I am using vendor-specific value pairs, and defining our own types.
However, the value length for vendor-specific data is 255, and our data length is crossing it. Please can any one tell me how to incorporate data longer than 255 bytes?