From: Alan T. DeKok Date: Fri, 18 Nov 2016 14:35:28 +0000 (-0500) Subject: added "todo" note about UDP protocols X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894a971aa53ba61dd34830d7544a8fbc2a74dfce;p=thirdparty%2Ffreeradius-server.git added "todo" note about UDP protocols --- diff --git a/src/util/message.c b/src/util/message.c index c357be06e33..03eb799ed6d 100644 --- a/src/util/message.c +++ b/src/util/message.c @@ -111,7 +111,10 @@ typedef struct fr_message_ring_t { * With an initial message array size of 64, this gives us room for * 2M packets, if *all* of the m_array entries have packets stuck in * them that aren't cleaned up for extended periods of time. - * + * + * @todo Add a flag for UDP-style protocols, where we can put the + * message into the ring buffer. This helps with locality of + * reference, and removes the need to track two separate things. */ struct fr_message_set_t { int m_current; //!< current used message array entry