From: Etienne Dechamps Date: Sun, 8 Mar 2015 19:54:44 +0000 (+0000) Subject: Throttle the rate of UDP_INFO messages. X-Git-Tag: release-1.1pre12~191 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=467397f25d3a99ec1a97d4419502c37b64276f49;hp=467397f25d3a99ec1a97d4419502c37b64276f49;p=tinc Throttle the rate of UDP_INFO messages. 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. ---