Last active
July 23, 2019 04:22
-
-
Save kkumar-fk/a26ac9e89817a6d8a01165fabadee209 to your computer and use it in GitHub Desktop.
code blob
This file contains 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 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