Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we prevent ndpid to fire some events ? #26

Open
fateme81 opened this issue Sep 27, 2023 · 2 comments
Open

How can we prevent ndpid to fire some events ? #26

fateme81 opened this issue Sep 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@fateme81
Copy link

I only need some of the events from nDPId not all of them !
All i want is only FLOW_EVENT_END logs in Unix-Domain socket.

@utoni
Copy link
Owner

utoni commented Sep 27, 2023

You can still ignore them.
In the future there may be an nDPId command line parameter to control this kind of things.
But first I need to figure how to do that in a way that it does not break flow handling.

@utoni
Copy link
Owner

utoni commented Sep 28, 2023

Please also note that FLOW_EVENT_END is only fired for TCP. For UDP based protocols e.g. QUIC you need to wait for a FLOW_EVENT_IDLE.

@utoni utoni added the enhancement New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants