Advanced Search
Stay Signed In
Don't have an account yet?
Start a Free Trial
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Linux Socket Programming by Example
The purpose of the bind(2) function is to assign a socket address to a nameless socket. The function synopsis is given as follows:
#include <sys/types.h> #include <sys/socket.h> int bind(int sockfd, struct sockaddr *my_addr, int addrlen);
You are currently reading a PREVIEW of this book.
Get instant access to over $1 million worth of books and videos.