Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new(userspace/falco): output msg when the number of consecutive timeo…
…uts without an event is greater than a given threshold The rationale is that in case Falco obtains a consistent number of consecutive timeouts (in a row) without a valid event, something is going wrong. This because, normally, the libs send timeouts to Falco (also) to signal events to discard. In such cases, which are the majority of cases, `ev` exists and is not `null`. Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
- Loading branch information