Skip to content

Instantly share code, notes, and snippets.

@valarauca
Created May 13, 2017 21:46
Show Gist options
  • Select an option

  • Save valarauca/d24364b05ddb58b58d970d8e95f8bbac to your computer and use it in GitHub Desktop.

Select an option

Save valarauca/d24364b05ddb58b58d970d8e95f8bbac to your computer and use it in GitHub Desktop.
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