Throttle the rate of UDP_INFO messages.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 8 Mar 2015 19:54:44 +0000 (19:54 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 14 Mar 2015 13:39:05 +0000 (13:39 +0000)
This makes sure UDP_INFO messages are only sent at the maximum rate of
5 per second (by default). As usual with these "probe" mechanisms, the
rate of these messages cannot be higher than the rate of data packets
themselves, since they are sent from the RX path.


No differences found