From: Alan T. DeKok Date: Sat, 12 Nov 2016 14:53:13 +0000 (-0500) Subject: comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8274f52deefa647f344e1dc9b44cd77b1a82352f;p=thirdparty%2Ffreeradius-server.git comments --- diff --git a/src/util/channel.c b/src/util/channel.c index 321d042e598..04b4b0b1bc6 100644 --- a/src/util/channel.c +++ b/src/util/channel.c @@ -353,7 +353,8 @@ int fr_channel_send_reply(fr_channel_t *ch, fr_channel_data_t *cd, fr_channel_da * millisecond, OR we've sent 3 or fewer replies without * an ACK, we don't need to send a new signal. * - * FIXME: make these limits configurable... + * FIXME: make these limits configurable, or include + * predictions about packet processing time? */ if (((end->last_read_other - when) < 1000) || ((end->last_signal - when) < 1000) ||