]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes for todo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 3 Oct 2017 15:24:06 +0000 (11:24 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 3 Oct 2017 15:25:54 +0000 (11:25 -0400)
src/modules/rlm_radius/TODO.md

index 15c165bb9c27d3852a374fc64c9348111424fc9c..0a0d075a1bd6feadd4536f475b847391009a311d 100644 (file)
@@ -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.