Phil Mayers wrote:
> I guess that's ok, in that it stops an unresponsive realm blocking other
> realms, but wouldn't another solution be to add a config item to the
> detail reader to drop packets which are >X seconds old?

  if (Acct-Delay-Time > 3600) {
        ok
  } else {
        ... do proxy ....
  }

> Or, modify the detail reader to write a "done" marker byte into records
> which it has processed.

  That's a bit harder.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to