Back to Falco

Ring Buffer

content/en/docs/reference/glossary/ring-buffer.md

latest223 B
Original Source

The ring buffer is a memory buffer that behaves as if it had a circular shape, used for FIFO (first in, first out).

<!--more-->

It uses to pass the events from the driver (kernel space) to the library libscap (user space)