From: Alan T. DeKok Date: Mon, 2 Oct 2017 13:13:25 +0000 (-0400) Subject: remove todo as it's done X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02bbd06d5ff69c43478e5dfe2406bec60b677d4f;p=thirdparty%2Ffreeradius-server.git remove todo as it's done --- diff --git a/src/modules/rlm_radius/rlm_radius_udp.c b/src/modules/rlm_radius/rlm_radius_udp.c index 636428186c6..d1b8d09c3f9 100644 --- a/src/modules/rlm_radius/rlm_radius_udp.c +++ b/src/modules/rlm_radius/rlm_radius_udp.c @@ -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;