> From: radius@msg.net
>
> One bug in the current implementation is that if no reply to a request is
> received within the timeout interval, another request is sent with the SAME
> request-id. The problem is, the new Livingston Radius server will reject
> subsequent requests with duplicate IDs, giving false negatives.
> 
> 
> The most important "fix" that seemed to clear up this problem was to change
> line 554 of 'mod-radfuncs.c' from:
> 
> 		authtime.tv_usec = 0L;
> 
> To instead read:
> 
> 		authtime.tv_usec = 999L;

FIXED and to be tested soon.

allison@nas.nasa.gov