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)
commit467397f25d3a99ec1a97d4419502c37b64276f49
tree1300d5d400f9f66bce61d70c532ea93f333707e3
parentb1421b919090351e885ed3d06df67fb2eb69e765
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.
bash_completion.d/tinc
doc/tinc.conf.5.in
doc/tinc.texi
src/net.h
src/net_setup.c
src/node.h
src/protocol_misc.c
src/tincctl.c