Close(connfd);
The server closes its connection with the client by calling close. This initiates the normal TCP connection termination sequence: a FIN is sent in each direction and each FIN is acknowledged by the other end.
Post a Comment
No comments:
Post a Comment