aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf
diff options
context:
space:
mode:
authorMatthew Smith <mgsmith@netgate.com>2021-04-28 11:48:39 -0500
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-05-05 10:36:13 +0000
commitbaa18701b9d54d8924771c25b96bd5d99472b7ad (patch)
tree987533dfac0f5d54212d9ca578a32622e518e451 /src/plugins/avf
parentac0415fac89b186638fbcee1ab9f2cc5cb6d2824 (diff)
misc: ipfix process node wait time adjustment
Type: fix The ipfix process node has a hardcoded 5s sleep between sending packets. The interval between template packets is configurable, but the timing of packets being sent does not match configuration because of the time being hardcoded. E.g. - With template interval set to 3s, a packet will be sent every 5s. With template interval set to 8s, a packet will be sent every 10s. Honor the configuration by reducing the wait time to less than 5s if a template will need to be sent less than 5s from the current time. Change-Id: I8c11f7bc502ce5b20b6e82a7e7a135a8805a2bad Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Diffstat (limited to 'src/plugins/avf')
0 files changed, 0 insertions, 0 deletions