Monday, 14 January 2013

close() - Bye Bye!


close() - Bye Bye!

● int close(int sockfd);
– Closes connection corresponding to the socket
descriptor and frees the socket descriptor
– Will prevent any more sends and recvs

No comments:

Post a Comment