int accept(int sockfd, struct sockaddr *cliaddr, socklen_t *addrlen);- Reads from listen() queue, blocks new connections on listen
- Returns new descriptor for communication
cliaddrstores address of client on return
int accept(int sockfd, struct sockaddr *cliaddr, socklen_t *addrlen);cliaddr stores address of client on return