Created
May 20, 2019 05:09
-
-
Save martinomburajr/96bc3faa9405c08be3ff51f1fa7d0643 to your computer and use it in GitHub Desktop.
Connect, Accept and Listen Syscalls
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> | |
| #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