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

Add ndpi_domain_classify_finalize() function #2084

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. Add ndpi_domain_classify_finalize() function

    The "domain classify" data structure is immutable, since it uses
    "bitmap64".
    Allow to finalize it before starting to process packets (i.e. before
    calling `ndpi_domain_classify_contains()`) to avoid, in the data-path,
    all the memory allocations due to compression.
    
    Calling `ndpi_domain_classify_finalize()` is optional.
    IvanNardi committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9908a04 View commit details
    Browse the repository at this point in the history