Created
May 13, 2017 21:46
-
-
Save valarauca/d24364b05ddb58b58d970d8e95f8bbac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct tpacket_req { | |
| unsigned int tp_block_size; /* Minimal size of contiguous block */ | |
| unsigned int tp_block_nr; /* Number of blocks */ | |
| unsigned int tp_frame_size; /* Size of frame */ | |
| unsigned int tp_frame_nr; /* Total number of frames */ | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment