You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for periodic noise floor reporting via Etsy StatsD. This
allows long-term noise floor monitoring and trending on all monitored
HFDL channels. Enable with --noise-floor-stats-interval <interval_seconds>
command line option (together with --statsd address:port, of course).
Better handling of network errors when producing output to networked
outputs (TCP, UDP, ZMQ). When the message delivery fails, the message
now gets requeued and redelivered when the connection is reestablished.
A few optimizations resulting in slightly lower CPU usage.