22 Nov
2014
22 Nov
'14
3:54 a.m.
On 21.11.2014 14:13, srithar jeevadurai wrote:
Radius server take radius request and only for accouting request (not for access), it will send it to another module via TCP/IP (local server) and the module to convert it to diameter request to send it to IN server. The same module will response to Radius server for any response comes from IN.
Your translation module is better to listen RADIUS, not home-grown protocol. In this case you can configure freeradius to proxy RADIUS requests to your module. freeradius can proxy RADIUS requests efficiently, without blocking a thread in wait for RADIUS response.