The RADIUS client currently uses a hardcoded value of 3000 for the maximum length of a RADIUS message, and the RADIUS server currently defines a constant value for the maximum length of the RADIUS message within its source. The client and the server should use the same maximum length value, so this change creates a shared parameter RADIUS_MAX_MSG_LEN within the header file radius.h and modifies both the client and the server to use that parameter instead of a locally set value. Signed-off-by: Anusha Datar <anusha@meter.com> Reviewed-by: Steve deRosier <derosier@cal-sierra.com> Reviewed-by: Julian Squires <julian@cipht.net> |
||
---|---|---|
.. | ||
Makefile | ||
radius.c | ||
radius.h | ||
radius_client.c | ||
radius_client.h | ||
radius_das.c | ||
radius_das.h | ||
radius_server.c | ||
radius_server.h |