Moved socket code from radiusd.c & mainconfig.c to new file listen.c
authoraland <aland>
Tue, 3 May 2005 22:29:53 +0000 (22:29 +0000)
committeraland <aland>
Tue, 3 May 2005 22:29:53 +0000 (22:29 +0000)
commitce3cb7c39d5713f7b0a8060fb25be35b27d3a53a
tree47d86e7d9fc296571aa654fd410f75ec5828f4e4
parent7ac3a94337d0ec6a6f590b05926db8c72c47aa43
Moved socket code from radiusd.c & mainconfig.c to new file listen.c

We now have per-socket callback functions to turn a socket which
has data ready into a REQUEST* and RAD_REQUEST_FUNP, which means
that we can have per-socket callbacks.

i.e. the code is MUCH cleaner, data driven, and it should now
be pretty easy to have per-socket clients.
src/main/Makefile.in
src/main/listen.c [new file with mode: 0644]
src/main/mainconfig.c
src/main/radiusd.c