Throttle the rate of MTU_INFO messages.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 8 Mar 2015 20:17:27 +0000 (20:17 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 14 Mar 2015 13:39:05 +0000 (13:39 +0000)
commit76a9be5bce43a1a7363c670882f5315c824c903c
tree13d892c71ed3acef75628c91ab86f6afa5d7908e
parent467397f25d3a99ec1a97d4419502c37b64276f49
Throttle the rate of MTU_INFO messages.

This makes sure MTU_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