Moved verifiation of proxy responses to earlier in the packet handling
authorAlan T. DeKok <aland@freeradius.org>
Sun, 10 May 2009 17:33:32 +0000 (19:33 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 10 May 2009 17:33:32 +0000 (19:33 +0200)
commitb8040e72bc7e6fe202438d0b8980e9894daa6164
tree8d35d7b1637c88a0df817e7bba76c1e2ba9afdf5
parent711a98d974763899122f00a2679196837582e836
Moved verifiation of proxy responses to earlier in the packet handling

This slows down the main server thread a bit, but means that we
catch attackers earlier, i.e. before pushing a request to a
child thread.
src/main/event.c
src/main/listen.c