]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove todo as it's done
authorAlan T. DeKok <aland@freeradius.org>
Mon, 2 Oct 2017 13:13:25 +0000 (09:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 2 Oct 2017 13:15:44 +0000 (09:15 -0400)
src/modules/rlm_radius/rlm_radius_udp.c

index 636428186c65fcf3bc130ac55ccf8ef9c35aaddb..d1b8d09c3f9ee51f3db7492f1aed538a62410d78 100644 (file)
@@ -1574,12 +1574,8 @@ static fr_connection_state_t _conn_failed(int fd, fr_connection_state_t state, v
                (void) fr_event_timer_delete(c->thread->el, &c->zombie_ev);
 
                /*
-                *      Move "sent" packets back to the thread queue, and
-                *      remove their retransmission timers.
-                *
-                *      @todo - 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'.
+                *      Move "sent" packets back to the thread queue,
+                *      and remove their retransmission timers.
                 */
                while ((entry = FR_DLIST_FIRST(c->sent)) != NULL) {
                        rlm_radius_udp_request_t *u;