29 Oct
2014
29 Oct
'14
1:41 a.m.
On 29.10.2014 04:04, Alan DeKok wrote:
Eugene Grosbein wrote:
Well, here it is. Not sure about "#include <sys/time.h>" policy in the FreeRADIUS code, though it compiles and works for me.
It's not needed. Also, changing the definition of an existing attribute is a bad idea.
I've re-worked the patch and pushed it to the v3.0.x branch on github. Please try that.
You can set the response delay by doing:
update reply { FreeRADIUS-Response-Delay-Usec = 1500000 }
Which will be 1.5 seconds.
OTOH, why have you prohibited fraction delays in between 0 and 1? I can think of usefulness of 0.5 or 0.9 values too. Eugene Grosbein