5 Oct
2011
5 Oct
'11
4:26 a.m.
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.