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
When tracer transfers packet from perf buffer to worker, it copies packet to unix socket (or named pipe), the worker on it's side copies packet from unix socket/named pipe to it's own buffer.
This communication can be improved by avoiding mediator, and worker can receive packet directly from perf buffer.
This improvement can bring additional benefits, like filtering - to receive only traffic passed filters.
The text was updated successfully, but these errors were encountered:
When tracer transfers packet from perf buffer to worker, it copies packet to unix socket (or named pipe), the worker on it's side copies packet from unix socket/named pipe to it's own buffer.
This communication can be improved by avoiding mediator, and worker can receive packet directly from perf buffer.
This improvement can bring additional benefits, like filtering - to receive only traffic passed filters.
The text was updated successfully, but these errors were encountered: