From: Alan T. DeKok Date: Tue, 3 Oct 2017 15:24:06 +0000 (-0400) Subject: notes for todo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574da88948b8f62f75a4d3e20ddd04847ce01fdd;p=thirdparty%2Ffreeradius-server.git notes for todo --- diff --git a/src/modules/rlm_radius/TODO.md b/src/modules/rlm_radius/TODO.md index 15c165bb9c2..0a0d075a1bd 100644 --- a/src/modules/rlm_radius/TODO.md +++ b/src/modules/rlm_radius/TODO.md @@ -2,6 +2,12 @@ ## RADIUS fixes +* idle out old connections + +* limit # of bad / reconnected connections + +* move status_u allocation and init to connection alloc + * delete rr->id and re-allocate it on retransmit if the packet changes * if the IDs are all allocated, a delete / re-allocate means that it gets the same ID. So we might as well just do that all of the time.