]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 16 Oct 2017 19:18:16 +0000 (15:18 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Oct 2017 19:18:16 +0000 (15:18 -0400)
src/modules/rlm_radius/TODO.md

index 0a0d075a1bd6feadd4536f475b847391009a311d..382ece7bae2cbd4a291e026646b4fb62fa64c816 100644 (file)
@@ -1,5 +1,13 @@
 # rlm_radius
 
+## 2017-10-11
+
+After refactoring...
+
+* on read(), don't put connection into active state, as it may not be writable?
+ * or, just do it, and hope for the best... with the event loop handling it
+
+
 ## RADIUS fixes
 
 * idle out old connections
@@ -8,22 +16,8 @@
 
 * 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.
-
-* ensure that the retransmission is independent of which connection
-  the packet is sent on.  This means keeping the various timers in 'u'
-  instead of in 'rr'.  i.e. if a connection closes, the packet should
-  just retransmit on a new connection.
-
 ## connection state
 
-* CONN_UNUSED isn't used...
-
-* CONN_STATUS_CHECKS isn't used... it's probably not useful, and
-  should be deleted.
-
 * maybe move Status-Server to fixed-time pings, as recommended in RFC 3539?
   * low priority, and probably not useful