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

socket: remove fanout support when using older linux kernels #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. socket: remove fanout support when using older linux kernels

    In jow-@0662de6 the fanout_args struct is used, which is only availble on linux kernels >= 5.11 (https://github.com/torvalds/linux/commit>
    This commit adds a check and does not compile the fanout pieces when on kernels < 5.11.
    
    Signed-off-by: Matthias FRANCK <[email protected]>
    jow- authored and Matthias FRANCK committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2a968a7 View commit details
    Browse the repository at this point in the history