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 TPACKET_V3 support to format_linux #4

Open
dancollins opened this issue Dec 10, 2014 · 1 comment
Open

Add TPACKET_V3 support to format_linux #4

dancollins opened this issue Dec 10, 2014 · 1 comment

Comments

@dancollins
Copy link
Collaborator

TPACKET_V3 promises to add performance gains such as high packet capture rate and lower CPU usage. It will also use less memory as packets can be packed with kess padding (several small packets can be copied into a single frame).

@dancollins
Copy link
Collaborator Author

So far I've made an example program for TPV2 and TPV3. I haven't managed to improve the capture rate, but the CPU usage is dropped considerably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant