Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created May 20, 2019 05:02
Show Gist options
  • Select an option

  • Save martinomburajr/f317bb7e2b0732f6dc6dabc890d28b20 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/f317bb7e2b0732f6dc6dabc890d28b20 to your computer and use it in GitHub Desktop.
Listen to a socket API Call UNIX
#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