Monday, November 10, 2008

[socket] shutdown vs close

for a tcp case,
can used to close read-half, write-half, or both-halves of a connection;
will close the socket, and remove from process resource ...