When not responding, wait longer for cleanups.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 29 Apr 2009 15:02:11 +0000 (17:02 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 29 Apr 2009 15:02:11 +0000 (17:02 +0200)
commit78e404476304388def349c50a6405dfca44e2bd1
tree2a4271fffcbd1a1bd853e34b4049ffe3c1eb64f8
parent8cc79392876c79033401ed609b7255f44a91cf35
When not responding, wait longer for cleanups.

wait max_request_time, not cleanup_delay to clean up packets
that we're not responding to.  This means that we don't clean up
after 5s, and the re-process the packet.

Instead, we just look at the cached packet, and don't respond
src/main/event.c