Skip to content

Instantly share code, notes, and snippets.

@kkumar-fk
Last active July 23, 2019 04:22
Show Gist options
  • Save kkumar-fk/a26ac9e89817a6d8a01165fabadee209 to your computer and use it in GitHub Desktop.
Save kkumar-fk/a26ac9e89817a6d8a01165fabadee209 to your computer and use it in GitHub Desktop.
code blob
struct sock_reuseport {
u16 max_socks; /* Allocated size of socks[] array */
u16 num_socks; /* #Elements in socks[] */
struct sock *socks[0]; /* All sockets added to this group */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment