Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save martinomburajr/96bc3faa9405c08be3ff51f1fa7d0643 to your computer and use it in GitHub Desktop.
Connect, Accept and Listen Syscalls
#include <sys/types.h>
#include <sys/socket.h>
int connect(int sockfd, const struct sockaddr *addr, socklen_t addrlen);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment