GIT Log for 2009-03-27 00:33 GMT

aland aland at deployingradius.com
Fri Mar 27 01:33:02 CET 2009


commit ace0e552be9846b3e58429041812eaf27cebbb14
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Mar 26 15:07:17 2009 -0700

    Allow fast clients to send packets, too
    
    This is for performance testing.  For speed, the server doesn't have
    locks all over the place.  However, this means that when it runs threaded,
    the client can receive the response, and send a new one using the same
    ID, before the child thread has a chance to update child_state.
    
    This work-around lets everyone be happy
 src/main/event.c |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)



More information about the Freeradius-Devel mailing list