Wednesday, February 18, 2009

close

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.

No comments: