Move retransmits + proxy failover into child thread
authorAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2010 08:32:09 +0000 (10:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 1 Jun 2010 08:32:09 +0000 (10:32 +0200)
commite55debe0d24c473e64dfb3c3301a39eeb9ca7a29
tree50cb459ce830ae6961238b783f06037df46b359b
parent7595319c4e2625da60ba4cf594280055b3018a9f
Move retransmits + proxy failover into child thread

If we receive a retransmit, if the home server is still alive, the proxy
core just sends another retransmit to the home server.

If the home server is down, or we need to do some more work, push that
to a child thread.
src/main/event.c