Created
May 20, 2019 05:02
-
-
Save martinomburajr/f317bb7e2b0732f6dc6dabc890d28b20 to your computer and use it in GitHub Desktop.
Listen to a socket API Call UNIX
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
| #include <sys/types.h> /* See NOTES */ | |
| #include <sys/socket.h> | |
| int listen(int sockfd, int backlog); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment